go-wiki icon indicating copy to clipboard operation
go-wiki copied to clipboard

403 response on search request

Open mono424 opened this issue 3 months ago • 2 comments

Not sure if this a problem only I get, but every gowiki.Search fails with 403 for me. Any ideas? Not sure if its user agent related but any plans to make it editable?

mono424 avatar Sep 06 '25 18:09 mono424

I had similar problem today, I had to add a call to gowiki.SetUserAgent("website ([email protected])") to my code to get it working again. (I used real data for website and email address, of course)

drachs avatar Sep 09 '25 17:09 drachs

I had similar problem today, I had to add a call to gowiki.SetUserAgent("website ([email protected])") to my code to get it working again. (I used real data for website and email address, of course)

The solution worked for me as well. thanks @drachs

savepopulation avatar Oct 01 '25 12:10 savepopulation