android - Set up TLS proxy for Google Cloud Endpoint APIs -
i have been viewing google app engine endpoint apis in api explorer (localhost) without issues, getting this:
in full says:
you exploring api described or served via http instead of https. insecure , may blocked browser. fix this, set tls proxy api. alternatively, can tell browser allow active content via http @ site (on chrome, click shield in url bar), not improve security or dismiss message.
this 1 of api methods have in endpoint:
@apimethod( name = "insert", path = "movie", httpmethod = apimethod.httpmethod.post) public movie insert(movie movie) throws unauthorizedexception { ... }
since not know what's causing of sudden, not know else show.i've tried updating browsers (firefox, opera, chrome) no luck.
the same problem appeared me today
for if using chrome can click on shield icon on right of url bar , click on saying load scripts anyway , api should appear.
image: http://i.gyazo.com/f16a557c4b53c147f31067029d15c093.png
Comments
Post a Comment