ReDJ Redirects Problem with %3F and %3D
-
AMNES
-
Topic Author
-
Offline
-
New Member
-
Less
More
-
Posts: 4
-
Thank you received: 0
-
-
8 years 9 months ago #4723
by AMNES
Hello,
I have the next Problem .
Another handy scanner passes the url with ?data=
and {preg_match 1}/checkmembership\.html%3Fdata%3D(.*)$/i{/preg_match} found this string not.
Can I used a OR ???
{preg_match 1}(/checkmembership\.html%3Fdata%3D(.*)$/i)||(/checkmembership\.html?data=(.*)$/i){/preg_match}
Can you help me.
Thank you so much
AMNES
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
8 years 9 months ago #4726
by admin
Hi AMNES,
try this:
From URL: ^/checkmembership\.html
To URL: {scheme}://{siteurl}/index.php?option=com_cardidcheck&view=cardidcheck&data={preg_match 2}/checkmembership\.html(%3Fdata%3D|\?data=)(.*)$/i{/preg_match}
Request only: true (checked)
Kind regards,
Luigi
Please Log in or Create an account to join the conversation.
Time to create page: 0.140 seconds