I am stuck with regular expression, I can't get my head around it! Can
someone kindly help me please?
I need this url to be on the whitelist:
https://registrations.enable.mydomain.co.uk/Enable/Enable/enable_preapplications_conditions.jsp?isPAYMDown=false&cfunc=123&oid=45435345&ctx=M&mfunc=0
As you can see "oid" is random ID. User should be able to access this
URL even though 'oid' is random.
If user access to: https://registrations.enable.mydomain.co.uk and
mydomain.co.uk - it must not work.
How to do this with regular expression?
Thanks.