How to do a Javascript XMLHttpRequest to a https:// URL using a self-signed certificate, that is known by the client to be legit?
My attempts fire the error event of XMLHttpRequest.
How to do a Javascript XMLHttpRequest to a https:// URL using a self-signed certificate, that is known by the client to be legit?
My attempts fire the error event of XMLHttpRequest.