What is the name of the domain?
placaipva.com.br
What is the issue you’re encountering
I want to write a rewrite rule to add a query parameter like origin=facebook when the ua agent contains “facebook”.
What steps have you taken to resolve the issue?
I’ve created a rewrite rule and I’m able to detect the requests from facebook crawler.
I then want to ADD a query with origin=facebook.
In the Query part of the rule I want to preserve the existing query and just ADD origin=facebook.
The examples I saw were about changing existing params or remove them all.
I want to add the parameter so that I can write a rate limiting rule for those requests that are “fake” facebook crawler with the purpose of scrapping my website.
Thanks