Error -202 on makeWebRequest

I got a report from a user that they are getting an -202 error when using my app. According to the documentation, it is INVALID_HTTP_METHOD_IN_REQUEST with the description "Request used an invalid http method.".

My code uses Communications.HTTP_REQUEST_METHOD_GET as method, with a simple, user-configured URL like http://ip:port/path. The phone is an iPhone, so http without encryption should work, also if that would be the issue usually another error code is returned. Also the URL works fine when entered into the iPhone's browser.

I recently updated my app to Connect IQ SDK 7.3.0, but I myself and other users who already did the update have no issues.

Any ideas what could cause such an -202?