Get autorization when sending HttpPost

Dhinnesh Jeevan April 5, 2017

Hi,

I'm developing an add-on, where I have an event listener, and every time there are changes in the issue, comments, or attachment, I will need to send a request to a server in our company.

At first, I had the issue on "PKIX path building failed", and that is solved by importing certificates to the cacerts.

Now, I'm getting a new error message saying that I am not authorized to access the server. So, what I did was to use WinHttpClients.createDefault(), and it works! But this is just my local environment where I develop the add-on. If I install it to our JIRA server, it won't work because then it will be getting the server's Windows' credentials.

What I need is to get the credentials of the user from the browser. How can I do that?

1 answer

0 votes
Sam Hall
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 5, 2017

Hi Dhinnesh - since this is development related, you might want to try asking this over at: https://community.developer.atlassian.com as well (if you haven't already).

There are a lot of helpful and experienced people over there, so you will probably get a quicker response.

You can read more about the Developer Community in this article: https://community.atlassian.com/t5/Feedback-Forum-articles/The-Atlassian-Developer-Community/ba-p/459061

Dhinnesh Jeevan April 5, 2017

Thanks Sam, I've posted there :)

Sam Hall
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 6, 2017

Here's a link to the thread your created, so others can follow too: https://community.developer.atlassian.com/t/get-autorization-when-sending-httppost/2097

Suggest an answer

Log in or Sign up to answer