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: 

RESR API login not working on Chrome browser

Ganendran Murugesu
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!
February 1, 2021

Hi,

I'm trying to login from Confluence to Jira with REST API and create a issue, below is my script in confluence page.

It works file on MS Edge and Firefox but not on Chrome browser, It goes to the jira page but de login not working.

Confluence 7.2.0 and Jira software 8.5.2

 

https://jiraserver:8444//rest/auth/1/session

{"username": username,"password": "mypassword"}

 

 

 

2 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Dariusz Bytow
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!
February 1, 2021
  • Nie mamy nic
0 votes
Ganendran Murugesu
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!
February 8, 2021

Hi,

 

I checked with the Chrome extension "Talend API Tester" and I go the result.

I will check with out TIT people for any network issue

thanks