0

I've been having some problems with some POSTS / GETS when I switched from ApacheHttpTransport to NetHttpTransport. After some digging, I think that NetHttpTransport does not set cookies. Is this a correct assessment of NetHttpTransport? (And if so, is there a way to set a cookie policy on NetHttpTransport?)

dsmith
  • 154
  • 5

1 Answers1

0

This document may provide you some useful information.

I cannot see any reference to cookies there - maybe you can show what you found. However it says that the Apache version allows more options.

The HttpTransport class I use is this one.

AMS
  • 244
  • 6
  • 21