We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello Everybody,
I am trying to operate SMEE on a server behind a proxy and I was getting connection timeout errors when I intput the following:
smee -u SMEE-link -p 8080
I saw on #84 a reference to https://github.com/EventSource/eventsource/blob/master/README.md that says:
I tried to do that but I get bad request errors:
Event { type: 'error', status: 400, message: 'Bad Request' }
Any advice on what I can do to fix this?
Thank you!
The text was updated successfully, but these errors were encountered:
Enabling the proxy like this works for me, thanks for the tip!
Could it be that the 400 reply comes from your Jenkins instance?
Sorry, something went wrong.
No branches or pull requests
Hello Everybody,
I am trying to operate SMEE on a server behind a proxy and I was getting connection timeout errors when I intput the following:
smee -u SMEE-link -p 8080
I saw on #84 a reference to https://github.com/EventSource/eventsource/blob/master/README.md that says:
I tried to do that but I get bad request errors:
Event { type: 'error', status: 400, message: 'Bad Request' }
Any advice on what I can do to fix this?
Thank you!
The text was updated successfully, but these errors were encountered: