Project

General

Profile

Access API through a url with domain

Added by Elena Santos Molina 10 months ago

I'm pretty new and I'm trying to access API through a url with domain. It gives me a certification problem even putting the api key in the code or doing a basic http authentication. This is the error specifically [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1002)
This leads me to think that the official documentation specifications are only for non-domain urls. Do you have to specify something? Could you guide me?


Replies (1)

RE: Access API through a url with domain - Added by Mohamed El Habchi 10 months ago

Hi, you can use the API URL as follow, in my case Im using like this

http://my_site/projects/project_identifier/issues?key=place_your_api_here
    (1-1/1)