webpage-access

Restricting access to page unless coming from a specific page

Hi there, I'm trying to figure out how to restrict access to a page unless the page is navigated to from a specific "gate" page. Essentially I want the page to be unaccessible unless you're coming from the page that comes before it in my sitemap. I'm not certain this is even possible. If possible, can you limit your suggestions to using...

Allow only certain websites to access a PHP page

I am trying to make a basic API for my website so certain other websites that I approve of can show content from my site. I have a PHP script on my server that the other websites can access to pull content in XML format. How can I make sure that only certain websites can access this php page on my server? ...

ASP.NET - UserType-wise page access.

Suppose I have 3 kinds of users and their accessible pages in my ASP.net application are as follows: (1) User Type-A {Default.aspx, a.aspx, b.aspx and c.aspx}, (2) User Type-B {Default.aspx, d.aspx, e.aspx and f.aspx}, (4) Admin {Default.aspx and g.aspx}. Here Default.aspx is my Login-page. I am using Membership Provider and Forms ...

Hide webpage file with random folder and SSL?

Does an SSL request show the page being requested or just the domain? I am trying to hide files in a directory on a webserver by using random folder names. i.e. https://www.mydomain.com/DKSLW3020SLK43J9S0935KJSLK350S9/MyFile.pdf The random folder name providing the security instead of a password. The risk of this is any third party i...

Time sensitive webpage access.

Is it possible to create a page that redirects to a private page if a correct time sensitive variable is passed? Ex: http://www.mysite.com/redirectpage.aspx?code=0912042400 The code value is a year-month-day-time combination that must fall withing some time window (15 min, 30 min etc) based on the server's time. The redirectpage would...

get statistics web pages in zend framework

whats the best way to get Statistics Web pages by the users visited ? anybody may explain how do we implement to get statistics web pages by the each users visited and the most page is visited? ...

iphone - handle web page with in the application.

i'm currently working on iphone app which has a web view. i'm pulling a web page from internet and updating the web view. the web page has 3 text inputs: username, mail id and response code. it also has a button "play now". on click of play now, the data is posted to server and some processing is done there...... now,in my application, o...