I\'ve just started using AFNetworking 2.0 and I was wondering how I put in headers into a HTTP Get request. The documentation sets up a GET like this:
AFHTTP
Use the following code to put any type of header value:
[[FRHTTPReqManager sharedManager].requestSerializer setValue:value forHTTPHeaderField:key];