I am using swagger4spring-web. I applied my application well. It worked well. But If I load this web application to other server, it occurs the CORS problem.
Loading the apis from my application, it works well. If I push the test button, "try it out", it failed because,It set "localhost" by default.
I want to set the action url of the button "try it out".
How can I fix it? I want to change this url to the real ip address.
swagger swagger-ui
I am using swagger4spring-web. I applied my application well. It worked well. But If I load this web application to other server, it occurs the CORS problem.
Loading the apis from my application, it works well. If I push the test button, "try it out", it failed because,It set "localhost" by default.
I want to set the action url of the button "try it out".
How can I fix it? I want to change this url to the real ip address.
swagger swagger-ui