Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I trigger an NSURLAuthenticationChallenge with NSURLAuthenticationMethodHTMLForm

I can't find any documentation on NSURLAuthenticationMethodHTMLForm. How do I trigger an NSURLAuthenticationChallenge with an NSURLAuthenticationMethodHTMLForm authenticationMethod?

More specifically, is there any way to induce the URL Loading system to produce a challenge like that based on a response from an HTTP server? Or is NSURLAuthenticationMethodHTMLForm only for synthetic authentication challenges?

like image 661
Heath Borders Avatar asked Sep 11 '13 14:09

Heath Borders


1 Answers

I can't divulge the source, but I asked someone that would know, and they said:

This challenge is never generated by Foundation. It is used for credential persistence

like image 91
Heath Borders Avatar answered Sep 29 '22 17:09

Heath Borders