The Artima Developer Community
Sponsored Link

Java Answers Forum
Denying access to my page through programs

1 reply on 1 page. Most recent reply: Oct 14, 2005 10:00 PM by Tapan kumar Rath

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
Tapan kumar Rath

Posts: 18
Nickname: papuni
Registered: Sep, 2005

Denying access to my page through programs Posted: Oct 13, 2005 9:56 PM
Reply to this message Reply
Advertisement
I have a page to which access can be granted through username and password.What I want is that no one can access my page via their programming code.They can only access it through my login page.For example I have a username and password for a certain site.I find that if I try to access the page by supplying all the required parameters still I am not granted access to that page.Only solution I think of is by sending a token string and checking that in subsequent pages.Try to ellaborate on that.


Tapan kumar Rath

Posts: 18
Nickname: papuni
Registered: Sep, 2005

Re: Denying access to my page through programs Posted: Oct 14, 2005 10:00 PM
Reply to this message Reply
What I meant is that I have a function which emulates post request.After checking what are the required parameters to be passed my program emulates post request to fetch data from that page.This function works on most sites.But it fails miserably on some sites.So I want to design a page like that.Also on some sites you have to spell a word found upon an image.Actually what are the techniques to achieve functionallity like this.

Flat View: This topic has 1 reply on 1 page
Topic: specifying dsn as a jndi resource in jsp/struts Previous Topic   Next Topic Topic: Java 7?? - Dolphin??

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use