How to make a localhost JSSP call from JS code?
Hi,
I have been trying to make a call to a JSSP from the JS code for decrypting a string. The URL looks like this: http://localhost:8080/test/decrypt.jssp
When executed this code, as expected JS code complained about localhost not being present in the allowed list of domains for making external call. When I tried to add localhost using control panel. control panel regex blocked me from adding local host to whitelist.
I tried to add the server external facing URL (ending with .adobe.com) but control panel again blocked me from adding saying inorder to avoid loops, whitelisting own server url is restricted?
So how do I make a localhost call to JSSP from JS?
Regards,
Kiran