• 0 Posts
  • 11 Comments
Joined 1 year ago
cake
Cake day: July 8th, 2023

help-circle
  • Just to follow up on this, contributors to kbin investigated and found that startrek.website appears to block user agents that contain “curl” in it now.

    Example:

    curl -v --user-agent "curl" https://startrek.website/pictrs/image/3ff1b940-75da-4e6b-8948-834ebd4b454c.jpeg
    
    

    times out while:

    curl -v --user-agent "anything-else" https://startrek.website/pictrs/image/3ff1b940-75da-4e6b-8948-834ebd4b454c.jpeg
    
    

    works. kbin apparently sends User-Agent: Symfony HttpClient (Curl) in its requests for images, which is different than how it handles other fetch requests. they’ve made a PR to change kbin to send the user agent it uses elsewhere in those image requests https://codeberg.org/Kbin/kbin-core/pulls/1098 once that is approved / merged they should start working again as instances update. It’d be nice if, assuming this is all accurate, the block on curl could be removed so people don’t have to wait for the PR / instances to update but I understand if that is difficult





  • /sub/microblog shows you unsubscribed magazines? I don’t experience that, so just want to make sure. It’s kind of difficult to get to, I realize now, as if you click on microblog and then click on the “subscribed” menu item it actually takes you back to threads (/sub) instead. The only way I’ve found to get to the page (besides via url) is first go to subscribed threads and then click microblog in the header.