ParallelGraphics Forums
Referer
You are here: [Forums]::[General]::[Referer]

Registration 
Registration
Forgot your password?

Help 
Help
Support

Quick search 

Subscribe to newsletters 

Install Cortona VRML Client for FREE!
Outline 3D
Try RobinZone!
email:  password:
   General - Referer

Subject: Re: Protect the VRML-World
Sender: Mr.Parker 20.06.01 02:27
>I want to protect my VRML-World by
using
>the referer of my site. If anyone tries
>to load the world from an other site I
>want it to block the world.
>Do you have any Idea, how to use
>referers or do you have any other idea
>how to protect the world?
>

Yes, you can use referer, but in my
personal opinion this is not very
reliable method.
You can check REFERER in cgi-script, for
example (Perl):

if ($ENV{REFERER} == 'good referer') {
print "Content-Type: text/html\n";
print "Location: /path/to/your/scene.wrl\
n\n";
}

---------------
parker


 


Protect the VRML-World / daau@gmx.de / 19.06.01 19:58
     Re: Protect the VRML-World / Mr.Parker / 20.06.01 02:27
         Re: Protect the VRML-World / cmapuk@mailru.com / 15.11.01 06:45
         Re: Protect the VRML-World / mreddy@glam.ac.uk / 28.06.01 06:57
             Re: Protect the VRML-World / randy / 24.10.01 02:25
                 Re: Protect the VRML-World / kapretti@adinet.com.uy / 15.10.02 11:27
                     Re: Protect the VRML-World / wildpeaks@usa.net / 30.10.02 20:30
                         Re: Protect the VRML-World / kapretti@adinet.com.uy / 31.10.02 06:51
                             Re: Protect the VRML-World / wildpeaks@usa.net / 31.10.02 18:22
                                 Re: Protect the VRML-World / kapretti@adinet.com.uy / 1.11.02 07:05

Messages in thread: 10


© 1998-2007 ParallelGraphics. All rights reserved. Terms of use.