From RPM Wiki
| Table of contents |
[edit]
Summary
Rules for passing information in the URL.
Data
[edit]
Details
Because of the "Default.aspx" frameset system, we have a specific set of allowed parameters in the URL.
[edit]
Page
The .aspx page to be loaded. In most cases should not include the folder since that is determined by the user type.
[edit]
Item
Any information that needs to be passed in the URL must be in this value.
- To pass more than one value, separate them with a "*" delimiter.
- If a second delimiter is needed, use "_".
- Only numerical IDs and/or alphanumeric codes can be passed, never text values like names. See No data in the URL
[edit]
Example
https://test/Default.aspx?Page=AgentCompany.aspx&Item=4
[edit]
More
- RFC 2396 (http://www.faqs.org/rfcs/rfc2396.html) - Uniform Resource Identifiers (URI): Generic Syntax
- For URL parameter values:
- Valid: alphanum _ . ! ~ * ' ( )
- Invalid: ; / ? : @ & = + $ ,
[edit]
History
- This page was last modified 21:21, 21 Dec 2009.
- This page has been accessed 386 times.
