Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
FlorianKroll
Regular Visitor

x-ms-continuationtoken not available in header information

Hi there, 

I am trying to create a report like this.

But my Power BI desktop seems to not return the whole header information. I get only the "Content-Type", if I return the whole header.

(Azure DevOps Server 2019 Update 1)

 

let
    URL = "https://devopsurl.int/tfs/collection/project/_apis/build/builds?api-version=5.1&$top=100",
    Content = Web.Contents(URL),
    AsJson = Json.Document(Content),
    headerdata = Value.Metadata(Content)[Headers]?

in
    headerdata

 

 

headerdata:

 

Content-Type: application/json; charset=utf-8; api-version=5.1

 

 

If i paste the URL in Firefox, it shows the header information as following:

 

ActivityId: XXXXXXXXXXXXXXXXXXXXXXXXXXXX
Cache-Control: no-cache
Content-Encoding: gzip
Content-Length: 50235
Content-Type: application/json; charset=utf-8; api-version=5.1
Date: Tue, 19 Jan 2021 11:19:43 GMT
Expires: -1
Lfs-Authenticate: NTLM
P3P: CP="XXX XXX XXX XXX XXX XXX XXX XXX XXX"
Persistent-Auth: true
Pragma: no-cache
Vary: Accept-Encoding
X-Content-Type-Options: nosniff
X-FRAME-OPTIONS: SAMEORIGIN
X-Powered-By: ASP.NET
...
x-ms-continuationtoken: 2019-04-30T09:33:19.2354372Z

.....

 

 

Why is it not possible for PowerBI to get those header information, especially the continuationtoken?

1 ACCEPTED SOLUTION
V-pazhen-msft
Community Support
Community Support

@FlorianKroll 
It is not support, please refer to the solution from HTTP response headers in metadata (microsoft.com).

"Hi Chris. It comes down to security. We limit the headers you're allowed to read to prevent someone from being able to construct a malicious query that reads a user's auth-related header values. We also restrict the header values you're allowed to generate to prevent the possibility of PQ being used for session hijacking."


Paul Zheng _ Community Support Team
If this post helps, please Accept it as the solution to help the other members find it more quickly.

View solution in original post

1 REPLY 1
V-pazhen-msft
Community Support
Community Support

@FlorianKroll 
It is not support, please refer to the solution from HTTP response headers in metadata (microsoft.com).

"Hi Chris. It comes down to security. We limit the headers you're allowed to read to prevent someone from being able to construct a malicious query that reads a user's auth-related header values. We also restrict the header values you're allowed to generate to prevent the possibility of PQ being used for session hijacking."


Paul Zheng _ Community Support Team
If this post helps, please Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors
Top Kudoed Authors