Groups | Blog | Home
all groups > dotnet faqs > december 2004 >

dotnet faqs : HTTPRequest and JAVA Servlet


Greg Reevosh via .NET 247
12/22/2004 3:55:10 PM
I am sorry if I double post but here is the problem:

I am trying to use HTTPRequest/Response object to make call's to some JAVA Servlets. Those servlets have internal redirects. I keep getting 500 error in WebException, any ideas why?

Can I follow the re-directs? If I put the URL directly to browser it works fine.

Thanks
--------------------------------
From: Greg Reevosh

-----------------------
Posted by a user from .NET 247 (http://www.dotnet247.com/)

Feroze [msft]
1/13/2005 3:08:00 PM
What is the exact error message? You might want to print the entity body in
the response.

ANother thing you can do is: do an ethereal/netmon capture of the
request/response sequence as sent by your browser, and the one sent by your
..NET app. That might show what is missing from the .net app.

--
feroze

-----------------
This posting is provided as-is. It offers no warranties and assigns no
rights.

See http://weblogs.asp.net/feroze_daud for System.Net related posts.
----------------

[quoted text, click to view]
Servlets. Those servlets have internal redirects. I keep getting 500 error
in WebException, any ideas why?
[quoted text, click to view]

AddThis Social Bookmark Button