go-wiki
go-wiki copied to clipboard
403 response on search request
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?
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)
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