Check the type of auth cookie. If it is https and secured then , cross domain, it won't be visible to client side scripts (js), but would be sever side.
You can also mark the links as valid by using x-cq-linkchecker=“valid”property in your <a> tag. In this case Link Checker will check the link but always mark as valid.If you also use x-cq-linkchecker=“skip”, Link checker will not check the link and mark as valid.After updating the code you would hav...