Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • dillorscroft 198 posts 192 karma points
    Aug 20, 2018 @ 18:42
    dillorscroft
    0

    Turn off outbound linking checking?

    Anyone know if it's possible to turn off outbound link checking? I'm fairly certain my host is blocking outgoing web requests so every outbound link is failing. It's not really a metric I'm concerned about so happy to just switch off that if there was a flag?

  • Søren Gregersen 441 posts 1884 karma points MVP 2x c-trib
    Aug 21, 2018 @ 02:36
    Søren Gregersen
    0

    you should drop that host.

    what if you need to use an external api for a feature? how does umbraco check for updates?

  • Richard Soeteman 4035 posts 12842 karma points MVP
    Aug 21, 2018 @ 06:52
    Richard Soeteman
    0

    You can't disable that. It's also one of the key features to have a Broken link checker. Would be too bad if you need to skip that because of a host :-(

  • dillorscroft 198 posts 192 karma points
    Oct 29, 2018 @ 13:52
    dillorscroft
    0

    I'm still seeing this on two different websites. I'm guessing that I'm the common denominator but can't see why it is reporting links being broken when they clearly aren't...

  • Richard Soeteman 4035 posts 12842 karma points MVP
    Oct 29, 2018 @ 14:01
    Richard Soeteman
    0

    It will report them broken if they can't be accessed by the tool. For now it is not possible to disable those validations.

  • dillorscroft 198 posts 192 karma points
    Oct 29, 2018 @ 14:07
    dillorscroft
    0

    Understood but nothing is blocking the tool as far as I can see. It's just a bog standard app service for one and an Umbraco Cloud site for the other. Every link comes us a broken...

  • Richard Soeteman 4035 posts 12842 karma points MVP
    Oct 29, 2018 @ 14:11
    Richard Soeteman
    0

    Could be blocking on the windows box. It's using a HttpClient on the server.

  • dillorscroft 198 posts 192 karma points
    Oct 29, 2018 @ 14:20
    dillorscroft
    0

    Will try and turn on full debug in log4net to see if it can detail anything.

    Thanks

  • Simon Dingley 1470 posts 3427 karma points c-trib
    Feb 21, 2019 @ 06:52
    Simon Dingley
    0

    We have the same issue - did you manage to resolve this?

  • Richard Soeteman 4035 posts 12842 karma points MVP
    Feb 21, 2019 @ 06:58
    Richard Soeteman
    0

    Hi Simon,

    For cloud you could either whitelist the IP, or use the following snippet:

    For authenticated requests there is an option in SEOChecker

    Add the following info to the appSettings section of your web.config

      <!--SEO Checker settings-->
        <add key="SEOCheckerConnectAsUmbracoMember" value="true"/>
        <add key="SEOCheckerUmbracoMemberName" value="richard"/>
        <add key="SEOCheckerUmbracoMemberPassword" value="my secrect password"/>
    

    When SEOCheckerConnectAsUmbracoMember is true it use the name and password to login to the site.

    Hope this helps,

    Richard

  • Simon Dingley 1470 posts 3427 karma points c-trib
    Feb 21, 2019 @ 07:24
    Simon Dingley
    0

    Thanks Richard, I will ask the client to check again with regards to the inbound/outbound connectivity. The site can be accessed fine from the server itself and externally at the moment. There are no members or protected content currently.

Please Sign in or register to post replies

Write your reply to:

Draft