Cannot access API explorer on localhost

后端 未结 11 1482
南方客
南方客 2020-12-08 16:10

I\'m trying to build an Endpoints application, but am new to Google App Engine.

As I understand it, there\'s some kind of API Explorer included in the SDK that shoul

11条回答
  •  無奈伤痛
    2020-12-08 16:56

    Something changed, and now you must start Chrome in a specific way to use api explorer on localhost development server

    here is a link to info from google.

    But for me it still didn't fix using api explorer with localhost dev server.
    I find that a possible workaround is to launch Chrome with the flag "--allow-running-insecure-content"
    On MacOs in terminal run this:

    /Applications/Google\ Chrome.app/Contents/Mac/Google\ Chrome --user-data-dir=test --allow-running-insecure-content

提交回复
热议问题