jinxen

- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Created Using the rest api via javascript, how to authenticate?
Hi,I am using the rest api to extract data on a intranet. I use the $.post(youTrackLoginUrl, { login: "user", password: "pass" });.But that only creates the session, not the cookie it self. How can...