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, I'm having problems using the post. I have tried on web
[...] Map body = { 'text': message.text, 'apikey': APIKEY, }; EventSource eventSource = await EventSource.connect( "myserverurl.com", client: new BrowserClient(), body: jsonEncode(body)); // listen for events eventSource.listen((Event event) async { [...]
My server is not receiving the post variables Hopefully it can be fixed Thanks :)
The text was updated successfully, but these errors were encountered:
It might be that in the browser environment, HTTP GET requests cannot carry a body.
Sorry, something went wrong.
No branches or pull requests
Hello,
I'm having problems using the post.
I have tried on web
My server is not receiving the post variables
Hopefully it can be fixed
Thanks :)
The text was updated successfully, but these errors were encountered: