Hi,
My client has provided JIRA details that works on browser at address : https://xxx.xxx.xxx.com:8441/ inside a secured VM. This address is not accessible outside VM.
Now I want to write a solution using JIRA REST API. I am using the same url https://xxx.xxx.xxx.com:8441/ as JIRA host with basic authentication. On running the solution inside secured VM, I am getting the error The remote server returned an error: (403). For Basic authentication, I am using the same login details that work on browser.
I can't curl the JIRA as it is under a secured environment and not accessible over internet. Please help.