Hello, I am writing a script but I have a problem... And I need your Help! I use winhttp.au3 for download file in the internet $source = _WinHttpConnect($hOpen,$website) $file = _WinHttpSimpleRequest($source,Default,$Link) msgbox(0,"",$file) The msgbox it's ok, I see my txt file, but I dont know the name of the txt... I did a capture with wireshark, I show the resultat: I want know the second or third http request who contains the name of my txt... But I dont know how to do... I tryed