[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Doing a POST



>>>>> "Christopher" == Christopher Fowler <cfowler@outpostsentinel.com> writes:
> Hello,

> I'm trying to replicate what a browser does when it connects to one of
> our sites.  Here is what I've caught when Mozilla accessed the page:

To fix your "manual" code, check out my old Tips & Tricks article at
JavaWorld:

	http://www.javaworld.com/javaworld/javatips/jw-javatip34.html

However, if you need a more sophisticated, complete solution then I also
suggest checking out HTTPClient.  Note that there are two Java packages
that have that name: The original from innovation.ch and the one from the
Jakarta project.

Hope this helps,
		John