'Postman Bad Request - Invalid URL

I was stuck hours with postman giving me "Bad Request - Invalid URL" enter image description here

And when I copy paste to the browser, the URL works. What's the Postman's catch overhere?



Solution 1:[1]

I took a side to javascript code: enter image description here

and saw the URL had an extension:

enter image description here

I erased the postman extension: enter image description here

and saw on the javascript's code that it's also fixed. That's it.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 AJ AJ