web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Power Automate - Using Connectors
Unanswered

Regarding Sending Authorization in HTTP Request Headers

(0) ShareShare
ReportReport
Posted on by 29

Hi all,

I am trying to send an HTTP request from Power Automate (Flow) and I need to include an Authorization header. I have a variable called "MyToken" that stores my token.

I tried the following in the Headers field:

{
"Date": @{variables('MyDate')},
"Content-Type": "application/json",
"Authorization": @{variables('MyToken')}
}
 

However, this header now causes an error: the Authorization part is being sent empty to the server. Note that MyToken is not empty — using the same value in Postman works successfully.

Note 1: I cannot use a custom connector because the token for the connection changes constantly.

Note 2: This flow was working on November 5th. It seems that after a recent update, the Authorization header can no longer be sent. However, the server still expects the Authorization to be in the header.

Thanks in advance!

Categories:
I have the same question (0)
  • chiaraalina Profile Picture
    1,125 on at
    Regarding Sending Authorization in HTTP Request Headers
    Hi 
     
    Is variables('MyToken') really a plain string and does it contain Bearer <Token>? 
     
    Is the Authentication property set to None?
  • YD-22100952-0 Profile Picture
    29 on at
    Regarding Sending Authorization in HTTP Request Headers

    Hello,

    The Authentication field has “none” selected.

    The MyToken variable is not a Bearer token; it’s a key specifically expected by the server.

    When I send the request using the same header and body in Postman, it works successfully. However, when I send the request via Automate, the authorization field is sent as empty.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Coming soon: forum hierarchy changes

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Automate

#1
Tomac Profile Picture

Tomac 544 Moderator

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 482 Super User 2025 Season 2

#3
chiaraalina Profile Picture

chiaraalina 287

Last 30 days Overall leaderboard

Featured topics