wilsonhooi86 commented on issue #39887:
URL: https://github.com/apache/airflow/issues/39887#issuecomment-2174957077

   > > Airflow REST API able to accept slashes in URL parameter. Example:
   > 
   > It shouldn't. `/` have a special meaning for separate paths in URI. 
Instead of that it should work with url-encoded values, did you try to provide 
`assumed-role%2Fuser1` instead?
   
   Hi @Taragolis , yes, I tried to pass in as `assumed-role%2Fuser1`  but it 
still parse as "/" in the url and produce the same error as below:
   
   ```
   {
   "detail": "The requested URL was not found on the server. If you entered the 
URL manually please check your spelling and try again.",
   "status": 404,
   "title": "Not Found",
   "type": "about:blank"
   }
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to