Problem with REST Step in Flow Designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-15-2022 01:29 AM
Hi. I have an action which has a REST Step that calls to a third-party API. The problem is that these characters %EF%BB%BF are appended to the URL.
For example:
https://ipinfo.io/8.8.8.8%EF%BB%BF/json
8.8.8.8 is an input. Because of the appended characters, this error appeared:
Invalid uri 'https://ipinfo.io/8.8.8.8/json': escaped absolute path not valid
Now, I've already managed to remove the characters from the URL but I need to know what is the cause of this because in other devices, this does not occur. Has anyone encountered this?
- 5,553 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-21-2022 09:08 AM
I am also having the same issue in San Diego. Oddly enough, I have a flow that I built previously with a REST API step that takes action inputs and it is working fine. Wondering if it has to do with a recent patch?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-21-2022 10:03 AM
I'm seeing the same issue in Rome. I'm also suspecting something with a recent patch. I was having no issues with this just 2 weeks ago.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-21-2022 12:00 PM
I thought the same, but it's actually a recent update to Chromium based browsers. Version 105.0.5195.125 is the troublesome one.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-21-2022 12:00 PM
I will try a different browser. Thanks for the reply!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-21-2022 12:01 PM
Make sure it is either Firefox or Safari. Chromium and Edge are also an issue.