503 Unavailable Service Response

Not applicable

Over the weekend I found my endpoint began returning a 503, however I haven't modified my proxy or policies any. How would I go about resolving this?

<html>
    <body>
        <h1>503 Service Unavailable</h1>
No server is available to handle this request.


    </body>
</html>

0 6 4,121
6 REPLIES 6

Dear @Warren Sadler ,

You can able to debug issue using trace option and find out whether it's an issue with policies or target endpoint (backend server).

I believe it's due to target server returning 503 error.

Please click on trace option in your API Proxy and debug for the error by making an API call. For example see screenshot below.

716-screen-shot-2015-07-06-at-93803-pm.png

Cheers,

Anil Sagar

Thank you for the prompt response. Currently we are trying to ensure our request is sent as we assume it should be using the trace and things seem to be in working order on that end.

718-screen-shot-2015-07-06-at-112900-am.png

Can you access your backend service directly?

No, our target endpoint is a third party api.

That's Ok, but is it accessible from your system? The screenshot of trace window indicates that service is either not accessible or it's down currently.

Not applicable

Did u create 'TargetServer' ? if yes then try skipping the protocol ( skip http/https ), that worked for me.