Przemek Pokrywka
Przemek Pokrywka
Maybe https://github.com/armon/go-proxyproto would be of help.
Thanks for looking into it and for the guidance. I can't predict when would I have time to handle that, but your remarks provide a good starting point already, thanks.
@rekby I was thinking about the configuration parameters. Does the TCP stream only ever expect to receive the TLS traffic (that is what the name `ListenersForHandleTLS` name suggests to me)?...
Thanks, it makes sense.
Having an url-encoded `{` (`%7B`) in the first position of `state` is the issue. We have worked it around internally by prepending a space (`%20`) to the `state` but this...
@omeraplak Unfortunately I cannot, also it wouldn't be helpful since it was in custom code outside of hellojs, but my point is as follows: - when you construct a URL...
@sqlProvider In the URL which points to Facebook (see the screenshot from the issue description): https://www.facebook.com/dialog/oauth?clientid=XXXsomeotherstuffXXX&state=HERE The `HERE` must not start with `{` (`%7B`). Where exactly should be the hellojs...
Just keep in mind, that the `{` character exists there because it starts a JSON object used internally by hellojs. Replacing that character would obviously break that JSON object. For...
Sorry, I don't have any universal solution for hellojs users, just one that works in a narrow context. However I believe that the insight about Facebook being unable to handle...
Not sure if that could help, but here's the content of the `hello` key in my local storage when I try to use the demo at https://adodson.com/hello.js/demos/profile.html and click Twitter...