Reputation: 449
I would like to send an HTTP GET
request with an auth header and a custom header in Haskell. I can't seem to find a way to do it - most things seem only to care about headers in POST
request. Can anyone help me? So in this case I'm trying to send:
Authorisation: AUTH_INFO_STRING
custom-header: string
To the URL: someUrl/query?[search_term]
Upvotes: 1
Views: 621