Dmitrii Prisacari

Results 18 comments of Dmitrii Prisacari

@vosmith Unfortunately it's not the solution because redirect chain would not be kept in the request context and there is not way to find out the redirect chain for a...

@vosmith Absolutely correct. At the moment as a workaround I collect all redirect chain urls in a separate sync.map and in OnResponse I send requests to those urls to recreate...

For those who get this error, keep in mind that if you use the example code from this repo, the following line in your Golang code: ```golang // app.go swagger.Servers...

Thanks everyone for your contribution. The feature is now available using `setSitemapIndexURL()` starting from version 5.0.0.

All ping pages except Yandex are now removed, so I'm closing this thread. If anyone experiences the issue again, please provide code examples so I can reproduce the problem. Cheers!

Hi there. Starting from version 5.0.0 this library supports submitting generated sitemaps only to Yandex, as the rest of the search engines have deprecated their ping endpoints. The submission is...

Hi! What's the status of this PR?

@q-uint Thank you for the response. It makes sense. Although the data store varies, I suppose, in most cases, the data model returned from the data store can be transformed...

@q-uint I've prepared a fix for this. Is it ok if I create a PR after #169 is merged?