Hey all.
I have the header information coming back to me, but I'm not sure how to parse it in a dependable way.
Here is the first line:
HTTP/1.1 200 OK Date: Fri, 20 Jun 2008 21:32:56 GMT Server: Oracle-Application-Server-10g/10.1.3.1.0 Oracle-HTTP-Server Content-Location:
What I am trying to do is simply check the return status code and message. Is there a simple way of doing this?
....