Get Query Params #649
Unanswered
RahulT1008
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can anyone help me to get query params from the requested URL in the delegate function ?
like this is my URL : http://localhost:8182/iiif/2/video-3.png/info.json?config_id=12345
I have enabled Delegate Script
here is my filesystemsource_pathname method (delegates.rb) where i want to get query params
I simply want to get config_id from the URL, is possible to get it ?
Beta Was this translation helpful? Give feedback.
All reactions