Hi Experts,
I had invoked restful API hosting in azure from Object and received below error.
Internal : Unexpected error Error during Web API HTTP Request
HTTP Status Code: 407
HTTP Response Content: <HTML><HEAD>
<TITLE>Access Denied</TITLE>
This is because, form our network it has to go through proxy authentication to access external URI.
If i am browse to any external website from resource PC, then i am able to proceed run the object and get the response content. otherwise it will return 407 error.
This issue because of calling an external URI require a proxy authentication. How to call a rest API with enter the proxy authentication?
------------------------------
SHAHRULRIZAL SAID
------------------------------