If you try to POST to a web API using NSURLConnection that redirects you using a 302 or 303 redirect, you’ll fall over to a GET request. This is intentional, but you can override it.
Mostly about iOS software development.
If you try to POST to a web API using NSURLConnection that redirects you using a 302 or 303 redirect, you’ll fall over to a GET request. This is intentional, but you can override it.