Post

Replies

Boosts

Views

Activity

Reply to NSURLSession/NSURLConnection POST does not deliver data
Ugh I cannot even explain the solution because of this forum's HTTP rules.  Hence the spaces in these URLs... And even once I correct them, the buggy forum software doesn't recognize I've done it. I have to start over. So for anyone else getting this, I managed to fumble through it.  Using the 'ptv2' site I was able to send my POST without problem.  That made me think the problem was on the server side.  Then I read online about how people were seeing POSTs converted to GETs when the data was empty - or when there was a redirect.  What solved it for some people was changing 'www .mysite.com' to 'mysite.com'.  I tried this, but it did not work for me.  However, it may have been one step in the solution, something I needed to do. I confirmed on the PHP side that it did indeed think it was getting a GET and not a POST.  But why though... I noticed that when I went to 'http : //mysite.com', in the browser it was being converted to 'https : //mysite.com'. That was the solution. I needed to change 'http' to 'https' (and probably, " www .blah.com" to "blah.com").
Feb ’22
Reply to XCode project will not run
To follow up on this. If I run the product outside of XCode and then look at the crash report, it shows this: Crashed Thread: 0 Exception Type: EXC_CRASH (Code Signature Invalid) Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY Termination Reason: Namespace CODESIGNING, Code 0x1 So seems like a code-signing thing. But I regenerated my profiles from the new certificate and it isn't showing my any kind of signing warnings or errors in XCode?
Mar ’21