Here is my problem :
I have to perform post from java code to some page , get the data and parse it. The problem is that only my country ip can post to this page. Requests from another ip's are rejected. I want to find workaround. I have added my html page on server in my country (this server accessible from all ips) . Now I am sending a get request (in open to all server) to this page from Java code. What I want to do is to redirect my html page to post to the original page.
I tried to use redirection , but it doesn't work - from Java code I get my html page and not redirected one.
Is there any solution or my problem ?
Thanks