Skip to content
New issue

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

Bugfix and accepting put data #4151

Closed
wants to merge 1 commit into from
Closed

Conversation

Monarch73
Copy link

ESP8266WebServer.cpp does not compile if Debug-Level HTTP_SERVER is enabled. (DEBUG_OUTPUT not declared in this scope) This commit fixes the issue.

The other file contains a feature request: I have one application (actualy a Amazon Echo 1st Gen) that sends a put-request with contentype "application/x-www-form-urlencoded" set in the headers but sends out json encoded data. _parseArguments fails to parse the arguments (which is correct) but completly discards the data. This change checks if the parser picked something up and if it didn't, it just adds it as plain data to the arguments.

reloxx13 added a commit to reloxx13/Arduino that referenced this pull request Jan 24, 2018
The PR for esp8266#4235

This esp8266#4151 is the same issue, but with a diffrent solution.
@d-a-v d-a-v added this to the 2.5.0 milestone Oct 10, 2018
@devyte
Copy link
Collaborator

devyte commented Oct 17, 2018

Closing in favor of #5252 .

@devyte devyte closed this Oct 17, 2018
@Monarch73 Monarch73 mentioned this pull request Oct 21, 2018
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants