[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
HttpUrlConnection
Sorry if this is the second post. The first time I sent this I did not
receive it in my mail box as expected. Actually, I have not received any
ajug emails for 10 days and am wondering if I am not on the list anymore.
My question:
I have a servlet that opens a HttpUrlConnection to an IIS server serving
aspx pages. I simply open the connection, do a post, and output whatever is
sent back. It works fine until I hit an aspx page that wants to set a
cookie. How do I handle receiving the cookie from the aspx page and then
sending it back on future requests?
Thanks,
Dale