You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to use an escaped forward slash ("%2F") in a path parameter? I modified the hello world example from the README slightly to take a path parameter and am getting a 404 when I send an escaped URL. For example: http://localhost:8080/https%3A%2F%2Fen.wikipedia.org%2Fwiki%2FWindsor_Castle%23%2Fmedia%2FFile%3AWindsor_Castle_at_Sunset_-_Nov_2006.jpg
Is there a way to use an escaped forward slash ("%2F") in a path parameter? I modified the hello world example from the README slightly to take a path parameter and am getting a 404 when I send an escaped URL. For example:
http://localhost:8080/https%3A%2F%2Fen.wikipedia.org%2Fwiki%2FWindsor_Castle%23%2Fmedia%2FFile%3AWindsor_Castle_at_Sunset_-_Nov_2006.jpg
This is the modified hello world example:
The text was updated successfully, but these errors were encountered: