Hi,
How to get http header information details using wrt?
conreq.getAllResponseHeaders(); In simulator it is working , but not in device.
Regards,
Greenbil
Hi,
How to get http header information details using wrt?
conreq.getAllResponseHeaders(); In simulator it is working , but not in device.
Regards,
Greenbil
Last edited by greenbil; 2012-02-23 at 10:26.
Hi,
I'm afraid, that there is no way to get all response headers in WRT. Content-type and content-encoding are the only one that can be accessed from JavaScript
Br,
Ilkka
Last edited by isalento; 2012-02-23 at 15:19.
Hello isalento ,
I am also facing the same problem.Do you have any suggestions on how to handle GZIP-ed ajax responses from a webservice with WRT?
sreerajvr
Not sure if there's a way, but if you manage to remove gzip from the Accept-encoding header in the request, then the server should not return a gzip-compressed response, either.