cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

Reply
asherbowden
Frequent Visitor

Web.Contents failing to authenticate with Authorization string variable, only taking string

Hi Team,

 

I have come across this very strange problem where the ''Authorization' parameter in Web.Contents will fail authentication if using a variable (Shown below with variable token from another query).

 

I generate in Query 1 the bearer token required for authentication in Query 2, however when passing it into Query 2 the authentication fails.

 

Query1

generate_token= "Bearer XXXX"

 

Query2

the_access_token = generate_token

Source = Json.Document(Web.Contents("https://ABC.com", [RelativePath = "XYZ", Headers = [Authorization=the_access_token ]]))

 

asherbowden_0-1647994378798.png

 

However, running the below with the exact same string except not in parameter form works fine. 

Source = Json.Document(Web.Contents("https://ABC.com", [RelativePath = "/XYZ/", Headers = [Authorization="Bearer XXXX"]]))

 

Any ideas on why this may be?? There are no difference between these two strings.

 

1 REPLY 1
v-stephen-msft
Community Support
Community Support

Hi @asherbowden ,

 

Please refer to the following post, it doesn't seem to work using parameter in headers.

Solved: How to specify HTTP request header parameter in Po... - Microsoft Power BI Community

 

Best Regards,

Stephen Tao

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

Check out the November 2023 Power BI update to learn about new features.

Community News

Fabric Community News unified experience

Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors