Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Chain with http post
2013-02-01, 20:26
Post: #1
Chain with http post
Hi,
I using a gpxe script which contains a following command:
chain http://myserver/bootme.php?mac=${net0/mac}&user=${username:uristring}&pwd=${password:uristring}

above chain command invokes http get request, is it possible to perform a http post request when using chain command?

Regards,
Find all posts by this user
Quote this message in a reply
2013-02-04, 10:07 (This post was last modified: 2013-02-04 10:08 by robinsmidsrod.)
Post: #2
RE: Chain with http post
As was mentioned recently on the mailing-list, iPXE does not support HTTP POST. But it does support HTTP Basic Auth, and if you combine that with HTTPS your passwords shouldn't end up in logs.
Visit this user's website Find all posts by this user
Quote this message in a reply
2013-02-04, 11:58
Post: #3
RE: Chain with http post
(2013-02-04 10:07)robinsmidsrod Wrote:  As was mentioned recently on the mailing-list, iPXE does not support HTTP POST. But it does support HTTP Basic Auth, and if you combine that with HTTPS your passwords shouldn't end up in logs.

Yup that way should be fine too. Many thanks!
Find all posts by this user
Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)