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

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / New HTTP trigger URL w...
Power Automate
Unanswered

New HTTP trigger URL with %2F causes 401 in some webhook systems

(3) ShareShare
ReportReport
Posted on by 6

Description
I noticed a problem with the new HTTP Request trigger URLs in Power Automate. The new URLs include encoded slashes (%2F) in the trigger path, for example:

…/triggers%2Fmanual%2Fpaths/invoke?api-version=…

Behavior observed

  • Works correctly when tested with Postman or curl
  • Fails with a 401 Unauthorized error when used as a webhook target in ManageEngine ServiceDesk Plus

Error received:
{"error":{"code":"AuthorizationFailed","message":"You do not have permissions to perform action 'run' on scope '/triggers/manual/paths/'."}}

Workaround
If I replace %2F with a regular slash (/) in the URL, the webhook works without issues:

…/triggers/manual/paths/invoke?api-version=…

Analysis
Some systems (like Postman and curl) normalize %2F into / automatically, while others (such as ManageEngine) do not. This results in the request path being interpreted differently and causes the authorization failure.

Suggestion

  • Consider generating trigger URLs with literal / instead of %2F.
  • Alternatively, update the documentation to warn about this behavior and provide the workaround.

I’m sharing this here in case others run into the same issue and to suggest that Microsoft review the new URL format for better compatibility.

Thanks,
Mohammad Hadi Hikmat

Categories:
I have the same question (8)
  • ajwittenbrink Profile Picture
    2 on at
    Thank you for this.  This is the exact issue i had with using Bruno instead of Postman when performing API calls to LogicApps.
  • Ellis Karim Profile Picture
    11,992 Super User 2026 Season 1 on at
     
    Thanks for posting.
     
    You may be able to use the decodeUriComponent() and uriComponentToString() functions to convert it to an uncoded path.
     
    I had problems with encoded URLs in SharePoint actions like Get file content using path, Get file metadata using path, and Get folder metadata using path. 
     
    I used the uriComponentToString() function to decode the encoded URLs and file paths before using them. This is explained in my blog How to Get SharePoint File Content in Power Automate: File Paths vs URLs
     
     
    Ellis Karim
    Ellis Karim
    elliskarim.com  |  LinkedIn  |  Bluesky
    If this solved your issue, please mark it as ✅ Accepted Answer. If it helped, feel free to give it a 🩷 Like!

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Haque Profile Picture

Haque 592

#2
Valantis Profile Picture

Valantis 340

#3
11manish Profile Picture

11manish 284

Last 30 days Overall leaderboard