This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
I was trying to log in to a secured credit card site from a java application . the code which i used to connect to the site is given below.But I am not able to make the application working fine.
When I am reading from the Stream source from the connection object i am getting this in response.. "Our System is Not Responding"
but i put all the above values to variable in a sample html page and put method as "POST" it logged into the site.. I changed Post to Get and i got the same error as i get from my applicaiton "Our System is Not Responding". I think the system is not submitting it as Post.. what can be the solution for this issue?
Thanks a lot for your time.
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35249
7
posted
0
Is this really the code you're trying to run? The domain is obviously bogus, so I'd be surprised if you got any response.
This is the code i run and i got response 200 ok. but the request is not submitting properly..either it is not submitting as "post" or it is not submit the request varibales using requestproperites.
I am also suspecting the request property encoding can also be the issue.