4
Views
2
Comments
URL parameters
Question
Is there a built-in extension to grab the URL parameter values?

example getting a memberid or dataId value from the following URL
https://secure.domain.com/api/wslogin.aspx?MemberId=1111&dataId=777
2025-09-25 08-38-29
Rodrigo Castelo
Staff

Hi Robert,

 

 

There isn't such built-in function to get the parameters of an URL string. You can do a simple extension to do that for you. Check the attached Extension for an example (note it doesn't do any error or special cases handling, you might need to extend it further).

 

 

Cheers,

URLUtils.xif
2018-03-08 20-43-12
Robert Chanphakeo
Thanks for the sample Rodrigo!
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.