We had several hundred enterprise clients dead in the water because of this. We can't even wait for a fix and getting people to downgrade is not practical. As a workaround, we removed the headers sent with navigateToURL and changed the payload (a multi-form binary) to be encoded into a single string, with corresponding changes to decode it on the server side script. Not pretty, but it works as a temporary fix.
... View more