0

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.

Community
  • 1
  • 1
ConfusedDeer
  • 3,335
  • 8
  • 44
  • 72

1 Answers1

0

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

hMoataz
  • 16