19.0.0 released Nov 08, 2023
Normalized URL

A request-URL can be written entirely as a query string. This is a normalized URL. In this case, request path is omitted and is specified as a "req" input parameter along with all other input parameters. Query string follows the application path.

For instance a URL like:
https://some.web.site/shopping/buy-item?name=ABC&price=600

can be written as:
https://some.web.site/shopping?req=buy_item&name=ABC&price=600

A request name "buy_item" (hyphens get converted to underscores) is now the value of parameter "req", which can be specified anywhere in a query string, i.e. it does not have to be the first parameter.

Note that parameter name "req" has a special meaning only in normalized URLs. You can use it just like any other input parameter otherwise.
See also
Requests
after-request-handler  
before-request-handler  
building-URL  
getting-URL  
global-request-data  
non-request  
normalized-URL  
request  
request-handler  
request-URL  
startup-handler  
vely-dispatch-request    
See all
documentation


You are free to copy, redistribute and adapt this web page (even commercially), as long as you give credit and provide a dofollow link back to this page - see full license at CC-BY-4.0. Copyright (c) 2019-2023 Dasoftver LLC. Vely and elephant logo are trademarks of Dasoftver LLC. The software and information on this web site are provided "AS IS" and without any warranties or guarantees of any kind. Icons from table-icons.io copyright Paweł Kuna, licensed under MIT license.