ReceiveHTTPFile not working with sites that require auth...

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
Num3
PureBasic Expert
PureBasic Expert
Posts: 2812
Joined: Fri Apr 25, 2003 4:51 pm
Location: Portugal, Lisbon
Contact:

ReceiveHTTPFile not working with sites that require auth...

Post by Num3 »

Just spotted this one, ReceiveHTTPFile does not work with sites that require authentication like this:

Code: Select all

ReceiveHTTPFile("https://username:password@yourserver.com/dumplist.php","c:\update.info")