What is the HandleSpecialURL when running under the debugger ?

Hi All,

I want to debug a HandleSpecialURL routine while the web app is running under the debugger (i.e. IP address is 127.0.0.1).

What is the URL to access this entry point ? 127.0.0.1/image.cgi/special/? does not seem to work.

Regards,
Tony Barry

127.0.0.1:8080/special/
It’s run as a stand alone WE app in Debug :slight_smile:

Thank you Albin. Much appreciated.