Kevin Robatel
Kevin Robatel
https://tools.ietf.org/html/rfc7234#section-4.2.2 For response without explicit expiration times. cf #19
https://tools.ietf.org/html/rfc7234#section-5.5
### Summary We use Rails with multiple domains (and subdomains). All these domains are configured with `config.hosts`. Sometimes we have dynamic redirect from one domain to an other. And `ActionController::Redirecting::UnsafeRedirectError`...
## Expected Behavior I don't know. No error log? ## Current Behavior I got a lot of this in the log: ``` Sat Jul 30 14:22:58 2022 daemon.err /usr/bin/ss-redir[12067]: connect:...
It would be better if the interface would complete the parameters of the method too. PS: thanks for the current version!
I have an issue when parsing text after a list. ``` item followed with a text text after the list ``` This HTML is parsed as: ``` - item followed...