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
Hey,
If url contains the text 'post' in the url its observed axios is adding extra '/' at the end while calling the api which results into 404 Not found.
Describe the bug
Hey,
If url contains the text 'post' in the url its observed axios is adding extra '/' at the end while calling the api which results into 404 Not found.
e.g. formed url while calling - https://hostname/users/bhushan.joshi@gmail/EMP/temp-auth-method
final url - https://hostname/users/bhushan.joshi@gmail/EMP/temp-auth-method
But when its had 'post' in the url
e.g. formed url while calling - https://hostname/users/bhushan.postel@gmail/EMP/temp-auth-method OR https://hostname/users/bhushan.abcpostxx@gmail/EMP/temp-auth-method
final url - https://hostname/users/bhushan.postel@gmail/EMP/temp-auth-method**/** (adds extra slash in it)
To Reproduce
No response
Code snippet
Expected behavior
No response
Axios Version
^0.21.1
Adapter Version
No response
Browser
chrome,IE
Browser Version
No response
Node.js Version
No response
OS
No response
Additional Library Versions
No response
Additional context/Screenshots
No response
The text was updated successfully, but these errors were encountered: