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

client() method #5

Open
S2000-Honda opened this issue Nov 19, 2020 · 3 comments
Open

client() method #5

S2000-Honda opened this issue Nov 19, 2020 · 3 comments
Labels

Comments

@S2000-Honda
Copy link

There used to be a WiFiClient& client() method in WebServer
I was using it to get remoteIP() of clients.
Is it possible to make it available in ESPWebServerSecure? If not, is there any alternative way to gete remoteIP()

@fhessel
Copy link
Owner

fhessel commented Jan 21, 2021

See this comment, but I'll leave the issue open for now, since you're not the first asking. Maybe there's a way to return a modified version of WiFiClient if that isn't declared final...

@Mikes69
Copy link

Mikes69 commented Feb 17, 2021

I too am trying to get remoteIP() of clients.
I can use server.client().remoteIP() with ESP8266WebServer library.
I can use req->getClientIP() with ESPWebServerSecure library.
I would really appreciate help finding a way to do this with esp32_https_server_compat library.

Many thanks for creating and supporting this library
There doesn't seem to be any other easy to use Secure Webserver available for ESP32/Arduino.

@bwjohns4
Copy link

bwjohns4 commented May 7, 2022

Is there by chance any update on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants