Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
3answers
1k views

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 ...
1
vote
7answers
232 views

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 ...
1
vote
5answers
1k views

Restricting access to page unless coming from a specific page

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 ...
0
votes
1answer
75 views

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 ...
0
votes
4answers
202 views

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?
0
votes
3answers
81 views

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. ...
0
votes
3answers
309 views

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, ...