iPhone: trouble with wrong credentials
Posted
by user331396
on Stack Overflow
See other posts from Stack Overflow
or by user331396
Published on 2010-05-03T12:25:44Z
Indexed on
2010/05/03
12:28 UTC
Read the original article
Hit count: 126
iphone-sdk-3.0
I am writing an iPhone App that uses a HTTPS/SOAP service which needs user credentials. After I change the password used for these credentials from a valid to an invalid one I still get a valid response from the service, as if the password was never changed. When I restart the app (with the invalid password) the app immediately receives the expected '401' message.
Any hints what I might left out to code?
Thx :)
© Stack Overflow or respective owner