Developing custom JSSP-based services on ACC works lovely leveraging the __sessioncookie=username/password queryString method. However security standards have evolved and queryString based authentication is frowned upon due to potential retention in logs, etc.
However for single request authentication eg and avoiding soaprouter and logon() token requests for high volume transactions, we would like to understand if it is supported to resolve the sessioncookie authentication by placing it in the HTTP header instead of the queryString.
Thanks for any tips.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @scott-simmer,
after you generate it you can put it in the header:
Adjust other options per your need and take care about validity time of your token (set in serverConf.xml)
Regards,
Milan
Hi @scott-simmer,
after you generate it you can put it in the header:
Adjust other options per your need and take care about validity time of your token (set in serverConf.xml)
Regards,
Milan
Hi @scott-simmer,
Was the given solution helpful to resolve your query or do you still need more help here? Do let us know.
Thanks!
Views
Replies
Total Likes
Views
Likes
Replies