Click here to Skip to main content
15,892,927 members
Home / Discussions / Web Development
   

Web Development

 
GeneralINPUT tag Pin
nagarajuepuri2-Apr-05 6:26
nagarajuepuri2-Apr-05 6:26 
GeneralRe: INPUT tag Pin
Scott Serl2-Apr-05 8:34
Scott Serl2-Apr-05 8:34 
GeneralJAVASCRIPT Pin
Member 15762691-Apr-05 8:22
Member 15762691-Apr-05 8:22 
GeneralRe: JAVASCRIPT Pin
JKroschel6-Apr-05 5:00
JKroschel6-Apr-05 5:00 
GeneralViewState with webUserControl & inheritance Pin
parsiphal1-Apr-05 1:21
parsiphal1-Apr-05 1:21 
GeneralNeed help with ASP, error trapping while sending email Pin
w1n7831-Mar-05 14:39
w1n7831-Mar-05 14:39 
GeneralDefault Button on HTML form Pin
Brian Van Beek31-Mar-05 11:17
Brian Van Beek31-Mar-05 11:17 
GeneralProblems making a proxy server Pin
shaiba31-Mar-05 6:19
shaiba31-Mar-05 6:19 
hi there,

I am a java/jsp/servlet programmer, trying to write something which you might call a WebTracker or WebMonitor.

My problem is:
"I want to create a kind of a web proxy so that
EACH url requested by a user passes through my
web application, and that I am able to save that
url somewhere."

What I have done is:
"I provide my users with a textbox in my jsp page, and
allow him/her to write a url and press "SUBMIT".Then I request that
url on the user's behalf just like a proxy server. Meanwhile, I parse
the HTML and JAVASCRIPT of the requested page and insert the url
of my webapp at the beginning. The example explains:

-- user requested: http://www.somewebsite.com
-- The request comes to my servlet, and I use an HTMLClient library to
request the url.
-- HTMLClient provides me with the HTML/Javascript/Text (whatever) stream
of the requested url.
-- Let us suppose there were links like /image_1.jpeg, http://www.url.com
and checkitout/mypage.jsp etc in stream of http://www.somewebsite.com
-- I change these links to:
** http://www.myurl.com/myservlet/http:/www.somewebsite.com/image_1.jpeg
** http://www.myurl.com/myservlet/http:/www.url.com
** http://www.myurl.com/myservlet/http:/www.somewebsite.com/checkitout/mypage.jsp"

Doing so doesn't cover all the cases. For example I can't
post data for the users and there are other problems of the like.
The web is SO heterogenous.
I think you have got the problem.

What my doubt is:
"There are so many anonymous proxy servers on the web which are completely
web-based and allow almost any kind of activity like submitting web-forms, images retreival
and all kinds of stuff. Check out the following:

--- http://www.the-cloak.com
--- https://proxify.com
--- https://www.megaproxy.com/freesurf/

I doubt there must be some kind of configuration possible in Apache Tomcat (which is my
web-server) which will allow me to track my users. I don't think that anonymous proxy
servers parse and alter HTML streams. There must be something which I don't know."

do you have a solution of any kind.. any ideas? Please help
Thanx in advance.
GeneralDare to Solve it Pin
vipul thakur31-Mar-05 4:12
vipul thakur31-Mar-05 4:12 
QuestionGoogle ads without javascript? Pin
tantiboh30-Mar-05 12:11
tantiboh30-Mar-05 12:11 
AnswerRe: Google ads without javascript?--follow up question Pin
JKroschel6-Apr-05 5:35
JKroschel6-Apr-05 5:35 
GeneralWeb Services Extract/Insert SOAP Body Pin
Poiema30-Mar-05 7:20
Poiema30-Mar-05 7:20 
GeneralCross domain Javascript Pin
Esmo200030-Mar-05 4:09
Esmo200030-Mar-05 4:09 
GeneralNull value Pin
Brendan Vogt29-Mar-05 19:14
Brendan Vogt29-Mar-05 19:14 
GeneralRe: Null value Pin
Colin Angus Mackay30-Mar-05 4:23
Colin Angus Mackay30-Mar-05 4:23 
GeneralRe: Null value [Additional] Pin
Colin Angus Mackay30-Mar-05 19:50
Colin Angus Mackay30-Mar-05 19:50 
GeneralASP Log off Section Pin
Brendan Vogt29-Mar-05 19:06
Brendan Vogt29-Mar-05 19:06 
GeneralRe: ASP Log off Section Pin
AlanJones20053-Apr-05 23:16
AlanJones20053-Apr-05 23:16 
GeneralJavaScript String Comparison Pin
Brendan Vogt29-Mar-05 19:02
Brendan Vogt29-Mar-05 19:02 
GeneralRe: JavaScript String Comparison Pin
Esmo200030-Mar-05 5:10
Esmo200030-Mar-05 5:10 
GeneralRe: JavaScript String Comparison Pin
Yulianto.30-Mar-05 14:45
Yulianto.30-Mar-05 14:45 
GeneralSession Persistence Pin
Brendan Vogt29-Mar-05 18:57
Brendan Vogt29-Mar-05 18:57 
GeneralRe: Session Persistence Pin
Esmo200030-Mar-05 5:14
Esmo200030-Mar-05 5:14 
GeneralRe: Session Persistence Pin
theJazzyBrain6-Apr-05 1:47
theJazzyBrain6-Apr-05 1:47 
GeneralRe: Session Persistence Pin
Anonymous6-Apr-05 9:10
Anonymous6-Apr-05 9:10 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.