i deployed a webservice in my (tomcat 9 Jax-rs jersey) i configured one swagger test when i use an http connection http://localhost:8080/myws it's work fine but same ws deployed in remote server in https://remoteserver/myws i got
Failed to fetch. Possible Reasons:
. CORS
. Network Failure
. URL scheme must be "http" or "https" for CORS request.
when i tried with curl command line it's work fine
do you have an idea please