• Resolved justmattb

    (@mwbarker)


    Trying out a new plugin, called Argo Links:
    https://argoproject.org/argo-links.php

    Included with it is a bookmarklet that allows you to capture the URL from the website and add it to a list of links in your WordPress site. BulletProof Security is blocking the requests, resulting in a 403 on the pop-up. This is what the bookmarklet looks like:

    javascript:var d=document,w=window,e=w.getSelection,k=d.getSelection,x=d.selection,s=(e?e():(k)?k():(x?x.createRange().text:0)),f='https://www.mysite.com/wp-content/plugins/argoproject-argo-links-ec58e2a/argo-this.php',l=d.location,e=encodeURIComponent,u=f+'?post_type=argolinks&u='+e(l.href)+'&t='+e(d.title)+'&s='+e(s)+'&v=4';a=function(){if(!w.open(u,'t','toolbar=0,resizable=1,scrollbars=1,status=1,width=720,height=570'))l.href=u;};if (/Firefox/.test(navigator.userAgent)) setTimeout(a, 0); else a();void(0)

    This is what the BPS error log shows:

    >>>>>>>>>>> 403 GET or Other Request Error Logged - March 20, 2013 - 3:36 am <<<<<<<<<<<
    REMOTE_ADDR: editedout
    Host Name: editedout
    HTTP_CLIENT_IP:
    HTTP_FORWARDED:
    HTTP_X_FORWARDED_FOR: editedout
    HTTP_X_CLUSTER_CLIENT_IP:
    REQUEST_METHOD: GET
    HTTP_REFERER: https://www.fromaway.com/features/how-to-start-a-food-blog
    REQUEST_URI: /wp-content/plugins/argoproject-argo-links-ec58e2a/argo-this.php?post_type=argolinks&u=http%3A%2F%2Fwww.fromaway.com%2Ffeatures%2Fhow-to-start-a-food-blog&t=How%20to%20Start%20a%20Food%20Blog&s=&v=4
    QUERY_STRING:
    HTTP_USER_AGENT: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22

    I have tried to update the .htaccess file with this line, but it does not help:

    # Argo Links
    RewriteCond %{REQUEST_URI} ^/wp-content/plugins/argoproject-argo-links-ec58e2a/ [NC]
    RewriteRule . - [S=13]

    Any other way around this?

    https://www.ads-software.com/extend/plugins/bulletproof-security/

Viewing 2 replies - 46 through 47 (of 47 total)
  • Plugin Author AITpro

    (@aitpro)

    Cool. I never got it working correctly on my XAMPP site. I could capture other sites pages with press this, but could not view the actual captured page. I could not figure this out: The plugin is force rewriting everything to this URL /argolinks/ no matter what i change it to. LOL

    Thread Starter justmattb

    (@mwbarker)

    Yeah, that part doesn’t work for some reason. But the part that I wanted to use from it was the “Link Roundups”. So I capture some links during the week, then at the end of the week, this allows me to very easily post those in a roll-up post. Again, thanks!

Viewing 2 replies - 46 through 47 (of 47 total)
  • The topic ‘Argo Links 403 Error’ is closed to new replies.