I have an application on a server that requires authentication. Authentication is solved with the simple Cookie that’s returned in http header of the server response. I just can’t get to the point to reading http headers retured.
Have a look at the WIP_COPT_HTTP_HEADER option to the wip_getOpts() function as a starting point.
If you are doing authentication, WIP also provides some HTTP Authentication Helper functions (e.g. wip_HTTPAuthScheme()). Check out the WIP Open AT IP Connectivity Development Guide (Section 9.18 in Version 5.10) for some details.
I had the 2.00 version of WIP_Open_AT_IP_Connectivity_Development_Guide, and it doesn’t contain wip_getOpts.
I actually had to go through a little trouble to find v5.10, but it works. Thank you, thank you, thank you.