Yes, this works for POST requests as well. I have an application working that uses POST requests and works fine. Are your requests working fine without the use of a proxy? (does the endpoint work?) Could it be that your server is cancelling the request for some other reason? (such as another HTTP header missing or an invalid payload).