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

Example WebServer WebServer.ino does not redirect when index.htm does not exist #9142

Merged
merged 3 commits into from
Jun 15, 2024

Conversation

mathertel
Copy link
Contributor

  • In handleRedirect() function, The redirect URL is be changed from "/$update.htm" to "/$upload.htm" to serve the built-in upload helping page.
  • Readme documentation adjusted.

See Issue #9141

The redirect URL was wrong, must be "/$upload.htm".
Now `handleRedirect` is explained correctly.
@mcspr mcspr merged commit 754324e into esp8266:master Jun 15, 2024
28 checks passed
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.

Example WebServer WebServer.ino does not redirect when index.htm does not exist
2 participants