uri-fragment Questions

13

Solved

Assuming a URL of: www.example.com/?val=1#part2 PHP can read the request variables val1 using the GET array. Is the hash value part2 also readable? Or is this only upto the browser and JavaScri...
Periodicity asked 2/6, 2009 at 17:41

2

Solved

I have a scenario where I need to send the user to the login page, with the returnurl parameter populated with the page they're currently sitting on including a url fragment, so as when they comple...

2

Several web application authentication protocols (like WS-Federation and the SAML protocol, i.e., so-called 'passive' protocols, and apparently also ASP.NET Forms authentication, see this StackOver...
Chemoprophylaxis asked 11/12, 2013 at 15:5

1

Solved

Possible Duplicate: Can PHP read the hash portion of the URL? The (famous?) web site mega.co.nz uses a hash mark in URLs to link to encrypted files; the portion of the URL after the h...
Horsey asked 22/1, 2013 at 15:35

4

I have a situation where I want to take the following URL: /1/john and have it redirect using Apache's htaccess file to go to /page.php?id=1&name=john#john so that it goes to an html ancho...
Stockpile asked 20/5, 2010 at 9:33
1

© 2022 - 2024 — McMap. All rights reserved.