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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

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
Anonymous
Not applicable

@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
Anonymous
Not applicable

@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
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Kudoed Authors