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, loom, loom for training, loom for teaching, video training, async learning, online education, screen recording, loom tutorials, loom use cases, atlassian learning, team training tools, instructional video, virtual training tools

🛗 Elevate Your Training and Enablement with Loom

Join us June 26, 11am PT for a webinar with Atlassian Champion Robert Hean & Loom’s Brittany Soinski. Hear tips, stories, and get your burning questions answered. Learn how Loom makes training and enablement easier. Don’t miss it!

Register today
AUG Leaders

Atlassian Community Events