How do I read HTTP response headers?
Hello! I am trying to use JSL (JMP 16.2.0) to read data from an API which contains some relevant data in response headers (in particular, I want to examine the Content-Location header to make a subsequent request). The only documentation I can find around making HTTP requests are examples. In these examples, there is generally a call along the lines of:request = New HTTP Request(
URL( url ),
Met
...