0
votes
7answers
44 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 …
0
votes
3answers
30 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
79 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, …
1
vote
3answers
165 views
Recover a deleted webpage
Suppose, a blog or a nice article was hosted on a website and it got deleted or worse the website was brought down. How do you view that web page?
I tried searching for the cached version in Google. …
1
vote
5answers
477 views
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 …
2
votes
4answers
647 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 …
