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
atlassian, confluence administration, confluence admin training, confluence learning path, manage users and permissions, confluence certification, atlassian learning, cloud admin tools, streamline collaboration, confluence admin best practices

🚨New Confluence Admin Course Alert!

Manage Confluence like never before! This new learning path teaches you how to manage content, users, and permissions while optimizing user experience. Built for admins at all levels who want to confidently lead and unlock more innovative collaboration.

Learn more
AUG Leaders

Atlassian Community Events