I'm using OEE 6.8 to dl some files. And the files cannot be dl'ed if you won't add proper http head message to the requiring.
But I don't know how to add http head message while using OEE, Can anybody help me out with it?
Best regards,
Oleg Chernavin
MP Staff
Thanks.
http://www.metaproducts.com/download/betas/eesetup.exe
The Project's URLs field now supports new lines like:
HTTPHeader=MyHeader: My Value
You may supply as many lines as you need.
Oleg.
And the other question is that every file has different head message, how can I do with the OEE.
Thanks.
Oleg.
The thing is as the following:
I want to download some files with URLs like
http://1.1.1.1/a/001.dat
http://1.1.1.1/a/002.dat
...
http://1.1.1.1/a/030.dat
All of the files could not be downloaded unless httpheader added to the urls, but different file has different httpheader value.
001.dat --> httpheader=RANDOM: 049a <--(H1)
002.dat --> httpheader=RANDOM: 15f3 <--(H2)
...
003.dat --> httpheader=RANDOM: a29c <--(H3)
H1!=H2!=H30 allow me to write it like that:(
Allthough Hi(1-30) are different, but I've got a function which can calculate the Hi.
So How can I use the oe to download such files?
I hope I could express well than I did :)
Or use command line parameters to add Projects if you have a program that generates these pairs.
Oleg.