Basic auth failing
|
2017-07-12, 08:14
Post: #1
|
|||
|
|||
Basic auth failing
Hello,
I've been trying to download a file from a server. My code is working fine as long as I do not request for an authentication. However, that is not what I want. I use this code to download the file (using a restful API): Code: chain http://${username:uristring}:${password:uristring}@10.1.2.220:8080/ufws/users/${username:uristring} To make sure of that, I did a test on another apache server on which I put this code: Code: <?php Code: 10.0.0.104 - - [12/Jul/2017:09:06:23 +0200] "GET /test.php HTTP/1.1" 401 - "-" "iPXE/1.0.0+ (dc795b9f)" So I thought it was coming form the version of iPXE I was using. But I've tried with four different versions (the oldest one being from 2015 and the more recent one being the latest on git) and it is always the same. I've tried mainly on qemu by using this command: Code: qemu-kvm -m 1024 ipxe.iso I do not have anymore idea. Can someone helps me on this, please? |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Basic auth failing - tim - 2017-07-12 08:14
RE: Basic auth failing - NiKiZe - 2017-07-12, 17:39
RE: Basic auth failing - tim - 2017-07-13, 14:58
RE: Basic auth failing - NiKiZe - 2017-07-13, 17:11
|
User(s) browsing this thread: 1 Guest(s)