-
-
- Search Engine Optimization
- OTP
- User Interface migration guide
- User account management
- Instructies voor implementatie van visueel editen van nieuwsbrieven
- Login as another user
- Support
- More information about moving to User Interface Version 4.0
- Standaard page layout
- Sections moved to layout
- Aanpassingen in release 2024-7
- Media library
- Aanpassingen in release 2024-10
- Analytics and Matomo
- Registration forms
- How to change names of classes and fields?
- Responsible Disclosure Policy
- How to upload a blob in Velocity?
- Aanpassingen in release 2024-2
- Instances
- Componenten in onze technologie
- Google Analytics
- Street and City helper (postcodecheck)
- Responsible disclosure-beleid
- Postcode check service (straat en huisnummer) kosten
- Expressions
- Regular Expression Reference
Syntax of an url
A request that is received by the server, has a url that conforms to a certain syntax. There are several component in the generic syntax. See https://en.wikipedia.org/wiki/URL
In Velocity not all components are needed. The relevant components of the syntax are shown in the following image.

The following methods are available in the Request-object ($request), giving the following results with the example from the image.
| Method | Result |
| getDomainName() | crossmarx.com |
| getBaseUrl() | https://crossmarx.com:942 |
| getPath() | /animal/bird |
| getQueryString() | type=eagle |
| getUrl() | /animal/bird?type=eagle |
See the Script-API for Request