pl: PHP und PUT

Beitrag lesen

Hi Tom;

guck mal:

PUT /getpost.php?file=asdf&size=123 HTTP/1.0
Connection: Close
Content-Length: 4
Content-Type: application/octet-stream
Host: rolfrost

asdf
=================================================================
HTTP/1.1 200 OK
Date: Sun, 02 Jun 2019 06:57:55 GMT
Server: Apache/2.2.14 (Win32) PHP/5.3.0
X-Powered-By: PHP/5.3.0
Content-Length: 57
Connection: close
Content-Type: text/plain;charset=UTF-8

Array
(
    [file] => asdf
    [size] => 123
)
BODY:
asdf

Das ist Request/Response. Serverseitig hab ich (getpost.php):

<?php
header("Content-Type: text/plain");

print_r($_GET);

echo "BODY:\n";
echo file_get_contents("php://input");

Also kein Problem an die Daten zu kommen. Einfacher gehts wirklich nicht. MFG

PS: Anstatt asdf kannst beliebige Dateiinhalte senden.

0 60

Post2Host via SSL

TS
  • php
  • tls
  • webserver
  1. 0
    dedlfix
    1. 0
      TS
      1. 0
        dedlfix
  2. 1
    MudGuard
    1. 0

      Post2Host via SSL, Fehler gefunden

      TS
      1. 0
        pl
      2. 0
        dedlfix
        1. 0
          TS
          1. 0
            dedlfix
            1. 0
              TS
              1. 0
                dedlfix
          2. 0
            pl
            1. 1
              dedlfix
              1. -1
                pl
                1. 0
                  dedlfix
                  1. 0
                    TS
                    1. 0
                      dedlfix
                    2. 0
                      1unitedpower
          3. -1
            pl
      3. 0
        1unitedpower
        1. 0
          TS
        2. -1
          pl
  3. 0
    pl
  4. 0

    Funktion für Post2Host via SSL, Zwischenstand 2019-05-30

    TS
    1. 0
      Mitleser
      1. 0
        TS
        1. 0
          Mitleser
          1. 0
            TS
      2. 1
        1unitedpower
        1. 0
          Mitleser
        2. 0
          TS
          1. 1
            1unitedpower
            1. 0
              TS
      3. 0
        pl
        1. 0

          PHP und PUT

          TS
          1. 0
            dedlfix
          2. 0
            pl
            1. 0
              dedlfix
              1. 0
                pl
                1. 0
                  dedlfix
              2. 0
                TS
                1. 0
                  dedlfix
                  1. 0
                    TS
                    1. 1
                      dedlfix
                    2. 1
                      1unitedpower
          3. 0
            pl
            1. 0
              pl
              1. 0
                TS
                1. 0
                  pl
                  1. 0
                    TS
                    1. 0
                      pl
                      1. 0
                        dedlfix
                        1. 0
                          pl
                  2. 0
                    JürgenB
                    1. 0
                      pl
        2. 0
          Mitleser
          1. 0
            pl
            1. 1
              Mitleser
    2. 1
      dedlfix