Hi all,
I have a URL in the following format:
https://www.example.com/company?number=123456&r=https://somwhere.else/1234
Using standard Nginx is it possible to extract https://somwhere.else/1234 and use this as the redirect.
If so can an example be provided.
Thanks Jason