Fabio Saraiva de Souza
Fabio Saraiva de Souza
@Verdent From what I understood in the Hoverfly thread you can bypass the CONNECT issue by adding the plainHttpTunneling = true configuration like below: ``` @HoverflyCore(config = @HoverflyConfig(adminPort = 9000,...
@Verdent I see. But how can we make sure we are not sending that in the request? I'm trying to rule out the possibility of HTTP/0.0 being returned because the...
@romain-grecourt https://github.com/helidon-io/helidon/pull/4222 fixed the "https for redirects" but not the "support for refresh cookie". I think the support for refresh token is being discussed here https://github.com/helidon-io/helidon/issues/3590 This are all the...