iPXE discussion forum
submit http request - Printable Version

+- iPXE discussion forum (https://forum.ipxe.org)
+-- Forum: iPXE user forums (/forumdisplay.php?fid=1)
+--- Forum: General (/forumdisplay.php?fid=2)
+--- Thread: submit http request (/showthread.php?tid=7840)



submit http request - andreas.maurer - 2015-10-14 15:26

HI all,

any chance to submit just a http URL to upload a status Information to our deployment server?

I tryied to use chain ... but this leads to a Crash.

I realy Need to call one URL with paramters. Thats all. ipxe can ignore the result.

Andreas


RE: submit http request - mcb30 - 2015-10-22 00:55

(2015-10-14 15:26)andreas.maurer Wrote:  any chance to submit just a http URL to upload a status Information to our deployment server?

I tryied to use chain ... but this leads to a Crash.

I realy Need to call one URL with paramters. Thats all. ipxe can ignore the result.

Use the imgfetch command (and probably also imgfree, assuming that you want to then discard whatever the server returned).

Michael