Hi I’ve found that supplying headers with a HTTP Request of type GET doesn’t work/isn’t allowed and the server doesn’t receive any of the header information.
I’ve also noticed that in the CppTests the Network test for the Get method doesn’t supply any headers either, almost like it’s intentional.
Is this a bug or is it intentional? I don’t understand the reason for not being able to supply headers with the GET method.
Note: this is specifically in the iOS class HttpClient-ios.mm, maybe iOS doesn’t support GET requests with headers?