You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to send a request directly to hoogle.haskell.org from my local machine, it finishes with 200 a few times times, then it starts to return 403.
The requests are like: curl https://hoogle.haskell.org?mode=json&format=text&start=1&count=100&hoogle=Int
Could we tweak the Hoogle infra in a way to solve this issue? I suppose we could configure Cloudflare somehow.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi @gbaz @davean @relrod
I maintain this extension that brings Hoogle to VSCode: https://marketplace.visualstudio.com/items?itemName=visortelle.haskell-spotlight
Many Haskell users are satisfied with this extension:
It uses the public Hoogle's API in the following way: VSCode makes HTTP request -> Proxy at https://haskell-spotlight.vercel.app -> https://hoogle.haskell.org
Yesterday I got a report that it stopped working: visortelle/haskell-spotlight#22
When I try to send a request directly to hoogle.haskell.org from my local machine, it finishes with 200 a few times times, then it starts to return 403.
The requests are like:
curl https://hoogle.haskell.org?mode=json&format=text&start=1&count=100&hoogle=Int
Could we tweak the Hoogle infra in a way to solve this issue? I suppose we could configure Cloudflare somehow.
Thanks!
The text was updated successfully, but these errors were encountered: