![]() |
Testing an API - Printable Version +- Python Forum (https://python-forum.io) +-- Forum: Python Coding (https://python-forum.io/forum-7.html) +--- Forum: General Coding Help (https://python-forum.io/forum-8.html) +--- Thread: Testing an API (/thread-17130.html) |
Testing an API - a21250450 - Mar-29-2019 Hello all, I have an API in python and when I run it it gives me the endpoint but when I try to make the request in the postman it always gives the error 401 NOT FOUND, Someone can help me ? RE: Testing an API - gruntfutuk - Mar-29-2019 You are going to have to help us to help you, like sharing some code maybe. |