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, |
|||
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.
|
|||
2013-02-04, 11:58
Post: #3
|
|||
|
|||
RE: Chain with http post | |||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)