You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ASIHTTPRequest
I've read multiple comments about this on stackoverflow and this group
yet none of the suggestions offered seem to solve this for me. I was
logging the request and response the first time playing with
ASIHTTPRequest and right from the beginning I could see the client
sending two requests (POST in this case) and my server responding
appropriately with two responses; no Location: redirect in any
response headers along with testing both 200 and 400 status codes.
Every time, without fail, one startSynchronous (same with async)
creates two distinct requests from the client. Tried
setShouldAttemptPersistentConnection = NO, too...no effect. If you
can find a suggestion via google I've tried it. So here I am. Hope
it isn't something obvious.