Where is the Resthelp url stored?

Whoever set up our installation, wisely :crazy_face: added :80 to the https base for the rest help url.

As a result all attempts to use the rest help page are met with:

Failed to fetch.
Possible Reasons:

  • CORS
  • Network Failure
  • URL scheme must be “http” or “https” for CORS request.

I’ve looked in Company Configuration and Company Maintenance, but have yet to find it. I suspect it’s in a web.config file somewhere on the app server. Any ideas?

It is not stored, it just taken from the server folder apps/resthelp.

I don’t understand what call exactly gives you the error you mention.

This is the drop down of the base url from the BAQ rest help page. It the same on all the BO pages and other pages. It must be getting the base from somewhere.

image

That is the base for the App Server. The first part you whited out is the server name (it is provided to the Epicor Administration Console). The second part you whited out is the App Pool name (again, provided to the Epicor Administration Console).

perfect - thank you