• [^] # Re: À tout hasard...

    Posté par . En réponse au message Debuggage accès serveur en 4G. Évalué à 1.

    Je passe en texte, car la sortie de curl est très longue :

     curl -I -L --verbose --ipv4 https://--mon-url--
    * Rebuilt URL to: https://--mon-url--/
    * Trying --mon-ipv4--...
    * TCP_NODELAY set
    * Connected to --mon-url-- (--mon-ipv4--) port 443 (#0)
    * TLS 1.2 connection using TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
    * Server certificate: --mon-url--
    * Server certificate: R3
    * Server certificate: ISRG Root X1
    > HEAD / HTTP/1.1
    > Host: --mon-url--
    > User-Agent: curl/7.54.0
    > Accept: */*
    > 
    HTTP/1.1 302 Found
    Date: 2022年8月23日 15:38:29 GMT
    Content-Type: text/html; charset=UTF-8
    Connection: keep-alive
    Keep-Alive: timeout=20
    Set-Cookie: PHPSESSID=e9cabfb2578490a8c08393d9127bb4bb; path=/; HttpOnly
    Cache-Control: max-age=0, must-revalidate, private
    < HTTP/1.1 302 Found
    < Date: 2022年8月23日 15:38:29 GMT
    < Content-Type: text/html; charset=UTF-8
    < Connection: keep-alive
    < Keep-Alive: timeout=20
    < Set-Cookie: PHPSESSID=e9cabfb2578490a8c08393d9127bb4bb; path=/; HttpOnly
    < Cache-Control: max-age=0, must-revalidate, private
    Location: http://--mon-url--/login
    Expires: 2022年8月23日 15:38:29 GMT
    Strict-Transport-Security: max-age=15768000; includeSubdomains; preload
    < Location: http://--mon-url--/login
    < Expires: 2022年8月23日 15:38:29 GMT
    < Strict-Transport-Security: max-age=15768000; includeSubdomains; preload
    < 
    * Connection #0 to host --mon-url-- left intact
    * Issue another request to this URL: 'http://--mon-url--/login'
    * Trying --mon-ipv4--...
    * TCP_NODELAY set
    * Connected to --mon-url-- (--mon-ipv4--) port 80 (#1)
    > HEAD /login HTTP/1.1
    > Host: --mon-url--
    > User-Agent: curl/7.54.0
    > Accept: */*
    > 
    HTTP/1.1 404 Not Found
    Date: 2022年8月23日 15:38:29 GMT
    Content-Type: text/html
    Content-Length: 3212
    Connection: keep-alive
    Keep-Alive: timeout=20
    Vary: Accept-Encoding
    ETag: "608a73aa-c8c"
    < HTTP/1.1 404 Not Found
    < Date: 2022年8月23日 15:38:29 GMT
    < Content-Type: text/html
    < Content-Length: 3212
    < Connection: keep-alive
    < Keep-Alive: timeout=20
    < Vary: Accept-Encoding
    < ETag: "608a73aa-c8c"
    < 
    * Connection #1 to host --mon-url-- left intact
    

    Tout ça, c'est du Chinois pour moi.