gsemac / Gsemac.Common

A collection of .NET utilities for use across my projects
MIT License
7 stars 3 forks source link

Allow RedirectHandler to handle meta refresh #4

Closed gsemac closed 1 year ago

gsemac commented 2 years ago

While RedirectHandler is capable of handling the refresh header appropriately, it does not acknowledge meta refresh in the response HTML.

gsemac commented 1 year ago

This has been resolved indirectly by the HtmlMetaElementHandler class (12642aa), which reads meta elements and updates the response object accordingly. It will automatically set the refresh header, which can then be read by the RedirectHandler later.