Search code examples
iosuiwebviewdelegate

Override headers in NSURLRequest from shouldStartLoadWithRequest uiwebviewdelegate method?


In this question they stated that "you can override your headers" in the shouldStartLoadWithRequest uiwebviewdelegate method. How would I do that? I thought you can only add headers to a NSMutableURLRequest.


Solution

  • he doesn't mean that headers will be overridden in the shouldStartLoadWithRequest he mean that headers can be overridden using NSMutableURLRequest in both loadHTMLString and loadRequest