RE: How I can call restlet using client script in 2.0?
I’m trying to call restlet using client script and it throwing an error ” Invalid login Attempt” . How can i resolve this?
Basic answer is to use the internal url of the restlet. Make sure that the restlet’s audience is setup to allow access to whoever is calling the restlet.
The external restlet url will require you to set authorization headers with credentials, which is insecure clientside
If restlet and calling client script both are in different companies then?