Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: 405 error when trying to log in

by rob_au (Abbot)
on Apr 28, 2004 at 13:55 UTC ( [id://348820]=note: print w/replies, xml ) Need Help??


in reply to 405 error when trying to log in

This error code indicates that the request method is not allowed for the given web address - This to my mind suggests that your web server is not configured to allow POST requests to be made against the address/location http://www.saxobank.com.

See http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.6

 

perl -le "print unpack'N', pack'B32', '00000000000000000000001011010100'"

Replies are listed 'Best First'.
Re: Re: 405 error when trying to log in
by dannoura (Pilgrim) on Apr 28, 2004 at 14:34 UTC

    How do I find out if my server can or cannot POST to that site?

    -----------------------------------

    Any comments about coding style are welcome.
      You find out by trying to POST like you have. You already have your answer (method not allowed).

      MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!"
      I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README).
      ** The third rule of perl club is a statement of fact: pod is sexy.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://348820]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-04-23 15:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found