Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Keep getting 403 Forbidden Jira Rest API

Michael Smith July 15, 2022

The rest API stopped working (Jira 8.22.4). All requests return the following:

<html>

<head>
    <title>403 Forbidden</title>
</head>

<body>
    <center>
        <h1>403 Forbidden</h1>
    </center>
</body>

</html>

The response doesn't look like a response from JIRA.

But a few days ago everything worked as expected. Is it possible that the issue on network side or AWS?

Thank you.

image.png image.png

1 answer

1 vote
Florian Bonniec
Community Champion
July 15, 2022

Hi @Michael Smith 

 

What are the headers of your request ?

Did you add Content-Type header with application/json as value ?

 

Regards

Michael Smith January 11, 2023

Hi @Florian Bonniec ,

Thank you for your answer. The root cause of the issue was a some kind of the restriction on server side. Now it is working.

Suggest an answer

Log in or Sign up to answer