Error receiving response from a non local request | developer.brewmp.com Error receiving response from a non local request | developer.brewmp.com

Developer

Error receiving response from a non local request

Forums:

I'm working on the simulator and my aplication simulates a browser, the problem is that I can't get response from http addresses that are not local, locally I have no problem :confused:

any help?

this is how I make the request,

IWEB_GetResponse(pMe->m_pIWeb, (pMe->m_pIWeb, &pMe->m_pIWebResp, &pMe->m_Callback,
pMe->URL,
WEBOPT_HANDLERDATA, pMe,
WEBOPT_HEADER, "X-Method: POST\r\n",
WEBOPT_HEADERHANDLER, WebAction_Header,
WEBOPT_METHOD, "POST",
WEBOPT_STATUSHANDLER, WebStatusNotification,
WEBOPT_END));