How to make MPS HTTP support plugin to HTTPs support plugin

We are exposing a service from MPS which is getting a problem when called from a https web site, it is throwing an exception that user has to allow manually. (It is warning that an unsecured service is getting accessed from a secure one).

Does anyone encountered this problem and have a solution?
How to make mps HTTP server HTTPS?

 

1
1 comment

Hello Sanjit,

Unfortunately for now there is no way to do it. Build in server can do https, but it is localhost server and it is not a good idea to create and add to trusted such certificate.
We can try to handle CORS to allow such request from https to http, but it can still be blocked by browser security.

Probably the best way to do it for now is try to make some js script to walk around this restriction.

0

Please sign in to leave a comment.