Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

amazon affiliate link problem #27

Open
HongPong opened this issue Mar 7, 2019 · 9 comments
Open

amazon affiliate link problem #27

HongPong opened this issue Mar 7, 2019 · 9 comments

Comments

@HongPong
Copy link
Owner

HongPong commented Mar 7, 2019

"If you have Amazon affiliate links, it will keep showing them as forbidden ones no matter how many times you click to ignore"

via gooma2 here https://wordpress.org/support/topic/request-to-transfer-ownership-of-broken-link-checker/

@Jan-littlehouseonthecorner

I have the same issue... 503 error detected, but the link is not broken.

@BajaBarry
Copy link

How about an option to ignore 503s?

@sunflowermom
Copy link

Over a year later and I am having huge lists of amazon broken links on every one of my websites every.single.day. Is this still not fixed then?

@BajaBarry
Copy link

I made a change to line 120 of modules/checkers/http.php
$good_code = ( ( $http_code >= 200 ) && ( $http_code < 400 ) ) || ( 401 === $http_code ) || (503 === $http_code);
return ! $good_code;

And had to re-do it after the latest plugin update.

@HongPong
Copy link
Owner Author

HongPong commented Apr 7, 2020 via email

@sunflowermom
Copy link

sunflowermom commented Apr 8, 2020

Nevermind. I found a post that said to exclude Amazon links from the checker.

@SimpleHomelab
Copy link

SimpleHomelab commented Sep 17, 2020

@sunflowermom it would be helpful to me and others if you shared the link to the fix.

@sunflowermom
Copy link

But it is a temporary fix. Hopefully, they will eventually solve the actual problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants