We have a customer that is busy developing a customized API for Forms where he would like to use the Laserfiche Authentication Cookie information for API authentication.
This means that he needs to be able to access the STSAuth cookie Content to use as the Authentication Key, which he is not able to do directly via JavaScript or jQuery.
There is a Forms webAPI extension that the application itself uses, however, since the STS cookie referenced iabove Is set to httpOnly, He cannot access the cookie value.
Is there anybody who could point me in the right direction to provide a solutions for the customer?