merci pour la piste
voici ce que retourne l'url sur ovh :
url : "/web/app.php/myapp/admin/client/rechercher",
et en local:
url : "/cielEnArc/web/app_dev.php/myapp/admin/client/rechercher"
ca m'a l'air bon!
Peut etre y'a -t-il une histoire de date à affixer pour rendre le cookie d'ovh unique sur la requete, au cas où ca parle a quelqu'un voici les requetes des POST (merci la libelulle d'opera)
requete reussie sur localhost :
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
| POST http://localhost/cielEnArc/web/app_dev.php/myapp/admin/client/rechercher/
200 OK
Requête
POST /cielEnArc/web/app_dev.php/myapp/admin/client/rechercher/ HTTP/1.1
User-Agent: Opera/9.80 (Windows NT 6.1; WOW64) Presto/2.12.388 Version/12.15
Host: localhost
Accept-Language: fr-FR,fr;q=0.9,en;q=0.8
Accept-Encoding: gzip, deflate
Referer: http://localhost/cielEnArc/web/app_dev.php/myapp/admin/client/
Cookie: PHPSESSID=hk29n2t0cvhq7ivc25d5cftvb0; gallery-simplegallery1=1
Connection: Keep-Alive
Content-Length: 8
Accept: */*
Cache-Control: no-cache
X-Requested-With: XMLHttpRequest
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
Nom Valeur
motcle m
Réponse
HTTP/1.0 200 OK
Date: Thu, 23 May 2013 22:00:52 GMT
Server: Apache/2.2.22 (Win32) PHP/5.4.3
X-Powered-By: PHP/5.4.3
cache-control: no-cache
x-debug-token: 519e91990d6b8
Content-Type: text/html; charset=UTF-8 |
requete echouée sur ovh :
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
| POST http://www.ciel-en-arc.fr/web/app.php/myapp/admin/client/rechercher/
500 Internal Server Error
Requête
POST /web/app.php/myapp/admin/client/rechercher/ HTTP/1.1
User-Agent: Opera/9.80 (Windows NT 6.1; WOW64) Presto/2.12.388 Version/12.15
Host: www.ciel-en-arc.fr
Accept-Language: fr-FR,fr;q=0.9,en;q=0.8
Accept-Encoding: gzip, deflate
Referer: http://www.ciel-en-arc.fr/web/app.php/myapp/admin/client/
Cookie: mailplanBAK=R2555563371; PHPSESSID=on3ek3t797vkm4a12b7h5jn8e5; mailplan=R3196080286; gallery-simplegallery1=5
Connection: Keep-Alive
Content-Length: 8
Accept: */*
Cache-Control: no-cache
X-Requested-With: XMLHttpRequest
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
Nom Valeur
motcle m
Réponse
HTTP/1.1 500 Internal Server Error
Set-Cookie: mailplan=R3196080286; path=/; expires=Thu, 23-May-2013 22:51:39 GMT
Date: Thu, 23 May 2013 21:47:46 GMT
Server: Apache/2.2.X (OVH)
X-Powered-By: PHP/5.4.6
cache-control: no-cache
Cache-Control: max-age=2592000
Expires: Sat, 22 Jun 2013 21:47:46 GMT
Vary: User-Agent,Accept-Encoding
Content-Encoding: gzip
Content-Length: 343
Connection: close
Content-Type: text/html; charset=UTF-8 |
bon , pas question que ca tombe du ciel , je vais quand meme aller m'instruire vers les anciens postes.
Partager