unable to test the API proxy "helloworld_tutorial"

Not applicable

I am following the tutorial to add a trivial proxy "hello world".

I followed everything on the web: http://docs.apigee.com/tutorials/add-and-configure-your-first-api.

But when I open the proxy, using "curl http://xxxxxx-test.apigee.net/v0/hello" on terminal or

directly click http://xxxxxx-test.apigee.net/v0/hello, I have error message:

{"fault":{"faultstring":"The Service is temporarily unavailable","detail":{"errorcode":"messaging.adaptors.http.flow.ServiceUnavailable"}}}

can you help me what happens here? Thanks!

Solved Solved
0 2 152
2 ACCEPTED SOLUTIONS

Not applicable

I fixed. When we create a new proxy, in the "Build A Proxy" tag and the "Existing API" field, the default is "https". Directly pasting to become "https://mocktarget.apigee.net" will run error message.

View solution in original post

adas
New Member

The backend target that you are supposed to use is http://mocktarget.apigee.net. https on that endpoint is not yet supported.

View solution in original post

2 REPLIES 2

Not applicable

I fixed. When we create a new proxy, in the "Build A Proxy" tag and the "Existing API" field, the default is "https". Directly pasting to become "https://mocktarget.apigee.net" will run error message.

adas
New Member

The backend target that you are supposed to use is http://mocktarget.apigee.net. https on that endpoint is not yet supported.