The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 807 - File: showthread.php PHP 7.3.15 (Linux)
File Line Function
/showthread.php 807 errorHandler->error





Post Reply 
 
Thread Rating:
  • 1 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Build iPXE binary (undionly.kpxe) to handle http basic authentication
2016-08-19, 08:55
Post: #1
Build iPXE binary (undionly.kpxe) to handle http basic authentication
Hi everyone


I am currently having a troubles to send an HTTP request with basic authentication from a host running an iPXE (undionly.kpxe) binary.

The request http://<login>:<psw>@<ip> sends an http request where the header does not contain any authentication.

I think that the binary that I built does not handle http basic authentication. The command that I used to build it is:
make bin/undionly.kpxe HTTP_AUTH_BASIC=enable DOWNLOAD_PROTO_HTTPS=enable EMBED=<iPxeScript>

Could anyone tell me how to properly build my ipxe binary in order to handle http basic authentication. Or if the request that I wrote on the iPXE script is wrong.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Build iPXE binary (undionly.kpxe) to handle http basic authentication - riyane - 2016-08-19 08:55



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