Forums

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

Jira Cloud Rest API - 401

Noel Krull July 5, 2019

Hello,

i get from atlassian jira cloud always the error message 401.

If i call the link in the browser it works, if i call the in c# or rest extensions i get this error

 

Header Authorization Basic user@mail:API_Token

Content-Type application/json

 

Whats my mistake?

 

BR, Noel

3 answers

1 accepted

0 votes
Answer accepted
Noel Krull July 11, 2019

My solution is deactivating the firewall and execute visual studio with administrator privilegs.

Now it works.

0 votes
Noel Krull July 5, 2019

Hello Андрей,

yes, this was the problem.

But now every response is empty.image.png

If i call the url in the browser, i get many informations... 

Do you know why?

 

BR, Noel

Andrew
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 5, 2019

Unfortunately I don't know C#. Maybe some wrong method to get response? In browser and code are You use same account? 

For groovy, next return response body: 

connection.content.text

Try check in service without auth. For example:

https://jsonplaceholder.typicode.com/posts/42

B.R.

Noel Krull July 5, 2019

my response is 80% empty....

sometimes i get a little response like this:

image.png

I´m very confussed. 

0 votes
Andrew
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 5, 2019

Hi @Noel Krull 

Basic user@mail:API_Token

Are You code to base64?

I use groovy:

...

this.authString = "${username}:${password}".getBytes().encodeBase64().toString()

...

connection.addRequestProperty("Authorization", "Basic ${this.authString}")

B.R.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events