SPW04SA - How to use additional headers in Http POST & GET requests
I'm using the SPW04SA module and want to write sensor data to the Azure Storage Table service. To achieve this I have to add special headers to my requests.
Until now I couldn't find out if/how this can be done using AT+S.HTTPPOST and AT+S.HTTPGET. As I understand the documentation I can use the files <in_filename> and <out_filename> to achieve this. However I couldn't find an advice, in which format the 'Custom http request" must be present in <out_filename>. (By the way: For the HTTPGET command the meaning of <in_filename> and <out_filename> seems to be swapped. The response body can be found in <in_filename>)
