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.
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