Can I user IE's Cookie? (General questions)
hello,can i get and user IE's cookie with wodhttp?
Just like the inet in VB.
hello,can i get and user IE's cookie with wodhttp?
Just like the inet in VB.
by woddrazen
, (6230 days ago) @ bcm818
Hi,
You can set manually in wodHttpDLX HttpCookies object Add Method any value. So I think yes you can send IE cookies with wodHttpDLX.
Here is example how
[code]http1.Request.Cookies.Add http1. IE_cookie_name_1, IE_cookie_value_1
http1.Request.Cookies.Add http1. IE_cookie_name_1, IE_cookie_value_2
...[/code]
More help for HttpCookies object Add Method you can find here:
http://www.weonlydo.com/HttpDLX/Help/wodHttpDLXLib~HttpCookies~Add.html
Of course you can receive and send cookie inside wodHttpDLX.
[code]http1.Blocking = True
http1.Get http://somepage.com
For i = 0 To http1.Response.Cookies.Count - 1
http1.Request.Cookies.Add http1.Response.Cookies(i).Name, http1.Response.Cookies(i).Value
Next [/code]
Let us know how it goes.
Regards,
Drazen

I would highly recommend this to anyone who needs a good quality SFTP solution.

Your component works really great. With minor effort I have been able to convert my delphi application...

...with a minimum of effort as the DLL interface was written with such simplicity...

You have been great as far as offering support is concerned and has been extremely responsive to both support requests and suggestions for product enhancements.

...not only that you provide these components at very reasonable cost, your responsiveness to emailed technical questions is simply outstanding...

Count us as a satisfied WeOnlyDo customer. We appreciate your terrific support to get the secure Telnet working properly.

We have recently completed a large 1200+ location project where reliable Telnet and SSH connectivity was required. wodSSH worked flawlessly and allowed our staff to complete our project ontime and within budget.

It is very refreshing to find such helpful, knowledgeable and quick responding technical support.

Fantastic product by the way, it has helped us tremendously on a daily basis. Keep up the good work.

...with the SFTP interface you produced, everything was so simple to understand, we were able to start coding almost immediately!

