I am trying to fetch projetcs and issue from JIRA server which is located outside from my network but I am getting Authentication error.
Prior to that, JIRA server is located on client machine an i am trying to connect with my credentials using Atlassian SDK (.Net)
Code is like this :
var jira = Jira.CreateRestClient(" JIRA Server ", "username", "password");
var selprj = await jira.Projects.GetProjectAsync("projectname");
Error :
Response was not recognized as JSON. Content: Authentication Required
[21/Aug/2017:10:39:49 +0200] / dc2proxy06 / Local IP Address