I have an open meta tag on a static page containing a query string, and every time I run it through the Facebook URL, the request value is deleted.
For instance:
http:
will return
http:
Curiously, if a value does not contain numbers, but is a blank line, it will be registered. For instance:
http:
will return
http:
In addition, the actual page URL contains a query string containing the same values, and when Linter returns to the default page URL, these values ββare saved.
Does anyone have any additional information about this? I am encoding the entire URL string with urlencode (), but I am still facing this problem. Are there any workarounds, or am I missing something?
Thanks!
source share