javascript - Valid SSL certificate for Firefox? -
i need here.
i'm not ssl. connect through xhr http-site http-site works fine via cors.
but need via https->https. enabled "freessl" option hoster provider. think somehow certified symantec oder geotrust have doubt it.
opening rest-resource directly via firefox, fine , certificate trusted, since request.
an ajax-get-request rest-resource works fine.
but ajax-post-request fails.
could please check whether certificate of following site should fine using in ajax-requests in firefox??
https://tempapi.kanubox.de/kanubox/v1/activities
that me lot. thank you!
certificate validation not depend if request or post , apart certificate valid.
but if these requests possible cross origin xhr depend on details of request , if there cors headers set server. details of request unknown , cors headers not set target url guess unrelated http vs. https instead cors issue. looking @ browser console (i.e. developer tools in browser) find out more problem is.
Comments
Post a Comment