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

Using named cookies to get a correct redirect #1492

Merged
merged 4 commits into from
Dec 5, 2022

Conversation

parhedberg
Copy link
Contributor

I think that this will solve the issue in #1425 and #1424 .. This has not been tested extensively, but worked for locally for me when changing the files in SD-card.

Might be something to work on?

@jomjol jomjol merged commit 1ca54f3 into jomjol:rolling Dec 5, 2022
@@ -829,12 +829,6 @@ static esp_err_t delete_post_handler(httpd_req_t *req)
return ESP_FAIL;
}

if (filename == 'wlan.ini') {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Slider0007 What is the reason you reverted this change?
Will you add it again in a separate pull request?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@caco3: I wasn't involved in this. I assume you mean @parhedberg.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah, right, sorry!

=> @parhedberg What is the reason you reverted this change?
Will you add it again in a separate pull request?
For me it looks ok!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry.. It is me that is struggeling with my branches.. I made a new pull request with only the wlan fix in it...

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No problem!

Thanks for your contribution in #1509 !

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.

4 participants