G
Guest
I ham tryin to access a website, the first time i send a GET to display the
first page it displays the HTML code, but always with text "Enable Cookies In
Your Browser", is there a way to have it not display that and display the
actual page, i did get it at some stage, ut that involved a bit of recursion,
by callin the method again (from within itself) and that allowed the page to
be displayed.
But when i have tried to call a POST request, it displays the Enable Cookies
In Your Browser page again, and this time, on amount of recursion can save it.
Any ideas, if u need this to be more clearly displayed, ill send some code
over
first page it displays the HTML code, but always with text "Enable Cookies In
Your Browser", is there a way to have it not display that and display the
actual page, i did get it at some stage, ut that involved a bit of recursion,
by callin the method again (from within itself) and that allowed the page to
be displayed.
But when i have tried to call a POST request, it displays the Enable Cookies
In Your Browser page again, and this time, on amount of recursion can save it.
Any ideas, if u need this to be more clearly displayed, ill send some code
over