Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Were there changes on hoogle.haskell.org recently? #11

Open
visortelle opened this issue Jan 14, 2025 · 0 comments
Open

Were there changes on hoogle.haskell.org recently? #11

visortelle opened this issue Jan 14, 2025 · 0 comments

Comments

@visortelle
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant