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
Some path variations are not handled correctly, especially those, that contain extra slashes.
For example:
/endpoints/foobar/1/1/1 - good
//endpoints/foobar/1/1/1 - bad
/endpoints//foobar/1/1/1 - bad
/endpoints/foobar/1/1/1/ - bad
Some path variations are not handled correctly, especially those, that contain extra slashes.
For example:
/endpoints/foobar/1/1/1 - good
//endpoints/foobar/1/1/1 - bad
/endpoints//foobar/1/1/1 - bad
/endpoints/foobar/1/1/1/ - bad