Why are my Links Returning a 403 Error? |
|
For proper PCI compliance, any URL that includes HTML script on it is considered a possible threat and therefore returns a 403 error automatically. Sometimes, when copying a URL from a web source and pasting it into your site or newsletter email, you inadvertently capture some HTML elements from the web page's code for the displayed link, and end up pasting it into whatever destination it's going to. For example, rather than a properly formatted tracking URL like the following: your-domain.com/?utm_campaign=x You accidentally copy the link (along with part of its HTML code) and paste it onto your newsletter email or wherever else like this: your-domain.com/?utm_campaign=x</a> The portion written in red above is a closing anchor tag for a display link and it can sometimes be accidentally copied during a simple copy/paste. When you go to that link, you would see the 403 error message described above. To prevent this, take note of the URL after you've pasted it to its destination. Check to see if there are any common HTML coding characters on it like open or closing HTML tags like < or >. If there are, just delete those special characters and leave only the non-HTML portion of the URL, and you should be all set! Additional Information | |
|