You are right. I missed the simple logic that browser uses its own proxy and not the server's proxy.
Thanks, Vijay On Thursday, July 28, 2016 at 10:52:52 AM UTC+5:30, tony tam wrote: > > Isn’t that something that is configured on the browser directly? > > On Jul 26, 2016, at 2:26 AM, Vijay <[email protected] <javascript:>> > wrote: > > Hi, > > Using Swagger-UI, We need to make calls to APIs that are hosted on > different servers. > Based on certain actions, we change the host name dynamically > using swaggerUi.api.setHost() method. > > But my server is not having direct internet connectivity to access other > servers where APIs are hosted. > We need to use Proxy server to connect to internet. > > Can someone please let me know how to use Proxy server in Swagger-UI calls? > > Thanks, > Vijay > > > -- > You received this message because you are subscribed to the Google Groups > "Swagger" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] <javascript:>. > For more options, visit https://groups.google.com/d/optout. > > > -- You received this message because you are subscribed to the Google Groups "Swagger" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
