MrLoick / google-apis-explorer

Automatically exported from code.google.com/p/google-apis-explorer
Apache License 2.0
0 stars 0 forks source link

Could not use api/explorer if we change dev-server's service ip from localhost to 192.168.x.x #331

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. change dev-server's service ip from localhost to 192.168.x.x
2. connect to http://192.168.x.x:8888/_ah/api/explorer
3. It always redirect to https://apis-explorer.appspot.com/apis-explorer/#p/

=> we expect an api explorer page that shows 
[You are exploring an API that is described or served via HTTP instead of 
HTTPS. This is insecure and may be blocked by your browser. To fix this, set up 
a TLS proxy for your API. Alternatively, you can tell your browser to allow 
active content via HTTP at this site (on Chrome, click the shield in the URL 
bar), but this will not improve security or dismiss this message.]
But, it redirect immediately , i have no chance to do that.

What version of the product are you using? On what operating system?
==>linux debian jessie/ chrome 43.0.2357.81 (64-bit)

Original issue reported on code.google.com by vegaquem...@gmail.com on 1 Jun 2015 at 5:51