Javscript+TLS

I am new to this site.My query is as under:-
I have a third part URL which is using TLS.
I have to send an AJAX HTTP Post Request to this Url.Upon initiating an HTTP Post request,I am getting an error saying that this url or server requires SSL certificate.
How can I obtain these certificates?
My question in simple words is
How to send an HTTP request(whether Get or Post) using client side scripting, to a Url which is on secured site ie “Https”?
tx in advance

You can’t make cross-domain AJAX requests due to Same-origin policy.
But you can make a workaround, using a proxy server-side script on the same domain.

1 Like

Request u plz elaborate?

What do you mean by that?
I can answer specific questions only

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.