Does anybody know if it is possible to test calls to the api using postman? I've tried but getting nowhere. We've started getting 401 unauthorized errors on our live web server with calls to the api for getting a list of users and a list of issues. Worked fine until yesterday and yet still works fine locally on my pc.
Can you try to send a Post-Request to .../auth/1/session and post the response you get here.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I often used postman to test calls to the api and it works fine.
Did you add the authorisation to your api-calls? It should be also in Headers-Section then.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.