HTTP 405 Method not allowed



  • Ich kann mit http super runterladen, aber nicht hoch !
    Hier mein Code:

    TMemoryStream* File = new TMemoryStream;
    	File->LoadFromFile(Psys->ExtractFrom() + Psys->GetFileName());
    	http->Request->Password = "HERE IS THE VALID PASSWORD";
    	http->Request->Username = "HERE IS THE VALID USER";
    	http->Put("http://hosting.hp-design.org/League_Designs/uploader.exe",File);
    

    ich hab mal nachgeguckt, was 405 heißt:

    Same as HTTP status 405 – the HTTP method is not allowed.

    oder auch:

    HTTP/1.1 405 HTTP method PUT is not supported by this URL

    Da kann man nichts machen oder ?

    EDIT: Ich habe aber auch gefunden:

    "The method specified in the Request-Line is not allowed for the resource identified by the Request-URL. The response MUST include an Allow header containing a list of valid methods for the requested resource."

    Speziell: "Allow header", lässt sich sowas als nicht Server Administrator einrichten ?


Anmelden zum Antworten