Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
HTTP Basic Auth escape password
2015-08-25, 14:16
Post: #2
RE: HTTP Basic Auth escape password
(2015-08-12 22:03)rhwood Wrote:  
Code:
boot https://${username:uristring}:${password:uristring}@${net0.dhcp/next-server}/pxe/menu.php ||

Passwords with the commercial at symbol (@) fail because the at symbol is not being escaped. How can I escape it?

Your syntax is correct. The latest commit http://git.ipxe.org/ipxe.git/commitdiff/ba36953 should fix the problem.

Michael
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: HTTP Basic Auth escape password - mcb30 - 2015-08-25 14:16



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