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

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?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events