Hi
I am trying to call an API that is hosted OUTSIDE of your hosting service. the code that i am using a standard php post request using Json::decode($data).
the api is working well as i have tested it.
I know you don’t allow API’s to be hosted on your side, but do you block outside API as well ?
To my knowledge this hosting supports outside apis.But you said “not working” in title and pretty much you didn’t tell why you think it isn’t working.Maybe you can share your url?
it’s not working because i don’t get the specfied response and as i don’t have access to the logs i can’t check the logs. the url is paste.malhotra [dot] me
when i try to create a short cut URL i don’t really get anything. i don’t see it reaching the service
not sure why the webserver is caching the ssl certificate? i have recently moved this sites hosting and issued a new certificate. the cert is correct from what i can see on the browsers…
that doesn’t sound correct as the certificate is issued by let’sEncrypt. the same provider that this hosting is using. i have tried it on my own server / desktop and the cert is valid.
I have limited knowledge over the ssl stuff so sadly I can’t give more information.However,the php scripts are running on servers.If it is really caching certs,than you should wait.Or maybe you can use it without ssl?Then there won’t be any certificate issues any more.
thanks for the response…
the issue is not with the called API but the calling site. I have checked the API that is being called and i do get responses elsewhere.