I have been using Butler's HTTP Requests features to POST updates to 3rd party software. I use the "with headers" option so that I can set HTTP headers which are required for the API.
I am hoping to do something similar but with a GET request. Is there anyway to pass the "with headers" option on a GET request? If not, is there a good workaround for this?