You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hello, I was trying out various GET requests given in the documentation, in python. I modified the cycleTest.py file from the zapi-cloud GitHub Project. When I use mock-url given in documentation, I get the mock-results as expected. But trying the same with production-url is giving me this error:
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 400: Bad Request
With Postman, I get the error:
400 Bad Request, API not found.
The JWT Token is generating properly.
These are the parameters I am using:
I searched online, a 400: Bad Request is generated when the request is not done properly. But the GET method does not have any body associated to send in the request.
Please help. Thank You.
Each JWT token is specific to an endpoint. Are you using different JWT tokens for RELATIVE_PATH1 and RELATIVE_PATH2?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.