Ok. tried locally. No problem. Updated to 1.3 version. No problem
Here's the request and response from my localhost
URL de la petición: http://webserver/epesi/modules/Base/Box/check_for_new_version.php
Método de la petición: POST
Código de estado: HTTP/1.1 200 OK
Cabeceras de la petición
Accept:text/javascript, text/html, application/xml, text/xml, */*
Accept-Encoding:gzip, deflate
Accept-Language:es-es,es;q=0.8,en-us;q=0.5,en;q=0.3
Cache-Control:no-cache
Connection:keep-alive
Content-Length:5
Content-Type:application/x-www-form-urlencoded; charset=UTF-8
DNT:1Host:webserver
Pragma:no-cache
Referer:http://webserver/epesi/index.php
User-Agent:Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:11.0) Gecko/20100101 Firefox/11.0
X-Client-ID:2
X-Prototype-Version:1.7
X-Requested-With:XMLHttpRequest
Cabeceras de la respuesta
Cache-Control:no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Connection:Keep-Alive
Content-Encoding:gzip
Content-Length:20
Content-Type:text/html
Date:Wed, 04 Apr 2012 19:46:39 GMT
Expires:Thu, 19 Nov 1981 08:52:00 GMT
Keep-Alive:timeout=5, max=100
Pragma:no-cache
Server:Apache/2.2.20 (Ubuntu)
Vary:Accept-Encoding
X-Powered-By:PHP/5.3.6-13ubuntu3.6
Then I exported everything to my webhost and here's the request and response:
URL de la petición: http://itparana.com.ar/epesi/modules/Base/Box/check_for_new_version.php
Método de la petición: POST
Código de estado: HTTP/1.1 200 OK
Cabeceras de la petición
Accept:text/javascript, text/html, application/xml, text/xml, */*
Accept-Encoding:gzip, deflate
Accept-Language:es-es,es;q=0.8,en-us;q=0.5,en;q=0.3
Cache-Control:no-cache
Connection:keep-alive
Content-Length:5
Content-Type:application/x-www-form-urlencoded; charset=UTF-8
DNT:1Host:itparana.com.ar
Pragma:no-cache
Referer:http://itparana.com.ar/epesi/
User-Agent:Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:11.0) Gecko/20100101 Firefox/11.0
X-Client-ID:2
X-Prototype-Version:1.7
X-Requested-With:XMLHttpRequest
Cabeceras de la respuesta
Cache-Control:no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Connection:close
Content-Encoding:gzip
Content-Length:20
Content-Type:text/html; charset=ISO-8859-1
Date:Wed, 04 Apr 2012 19:41:32 GMT
Expires:Thu, 19 Nov 1981 08:52:00 GMT
Pragma:no-cache
Server:Apache
Vary:Accept-Encoding,User-Agent
Seems that my webhost send ISO-8859-1 charset instead UTF-8
Also I have a Phone Call, and pointing to the contact I see an AJAX box with data
So I look into console and see that this file is loaded
[quote:2h1gikf3]http://itparana.com.ar/epesi/modules/Utils/Tooltip/req.php[/quote:2h1gikf3]
and also the request is UTF-8 and the response returns ISO-8859-1