The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

Authentication url

Arater
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 13, 2018

I am using your system by entering https://eymir.tiga.com.tr/ and also i have username and password.

 

HttpWebRequest request = (HttpWebRequest)WebRequest.Create("https://eymir.tiga.atlassian.net/rest/api/latest/issue/");
request.Method = "POST";

String authHeaer = System.Convert.ToBase64String(System.Text.ASCIIEncoding.ASCII.GetBytes("username" + ":" + "password"));
request.Headers.Add("Authorization", "Basic " + authHeaer);

 

What is wrong this authentication, it always gives 4xx error when i change my url. I think that my url is wrong but what is the correct version of url.

Thanks :)

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Chung Park Chan
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
August 15, 2018

Error code 4xx refers to client side error. Can you clarify what are you trying to achieve?

TAGS
AUG Leaders

Atlassian Community Events