objective c - libcurl authentication on iphone? -
Can I use the libcurl library in IPhone to authenticate anyway?
Although libcurl is not provided by the OS, you can create your own static library (here description: ). Basic authentication is handled automatically. You only need to add a username: Password like URL:
Do not forget to avoid a percentage of any reserved characters in the username or password. / P>
Comments
Post a Comment