Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Request Method get/post?
2018-01-08, 20:15
Post: #2
RE: Request Method get/post?
I'm assuming you are using chain to load "stage2 script" ? How does that chain line look like?

From http://ipxe.org/cmd/params with the form renamed to test:
Code:
params --name test
  param --params test ip ${ip}
  param --params test hostname ${hostname}
  imgfetch http://192.168.0.1/ks/html/boot.php##params=test

My guess right now is that you are missing the "##params=test" part at the end of the url, which iPXEs fetch sees and in that case posts the form data in test.

Use GitHub Discussions
VRAM bin
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Request Method get/post? - glenc2004 - 2018-01-08, 19:07
RE: Request Method get/post? - NiKiZe - 2018-01-08 20:15
RE: Request Method get/post? - NiKiZe - 2018-01-09, 06:49



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