Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
cmd:params [2013/08/19 22:09]
mcb30
cmd:params [2013/08/19 22:21]
mcb30
Line 53: Line 53:
 ===== Notes ===== ===== Notes =====
  
-Form parameter lists are automatically deleted when referenced as part of a URI (e.g. ''​%%http://​192.168.0.1/​boot.cgi##​params%%''​).  You do not generally need to explicitly delete a form parameter list.+Unnamed form parameter lists can be referenced as part of a URI by appending ​''​##​params''​ to the URI specified in an iPXE command. ​ For example: 
 + 
 +    kernel ​http://​192.168.0.1/​boot.cgi##​params 
 + 
 +Named form parameter lists can be referenced as part of a URI by appending ​''​##​params=<​name>''​ to the URI specified in an iPXE command line.  For example: 
 + 
 +    imgfetch http://​my.web.server/​boot/​test.php##​params=mydata 
 + 
 +Form parameter lists are automatically deleted when referenced as part of a URI.  You do not generally need to explicitly delete a form parameter list.
  
cmd/params.txt · Last modified: 2023/03/01 12:32 by mcb30
Recent changes RSS feed CC Attribution-Share Alike 4.0 International Driven by DokuWiki
All uses of this content must include an attribution to the iPXE project and the URL https://ipxe.org
References to "iPXE" may not be altered or removed.