• Skip to main content
  • Skip to primary sidebar

RNTLab.com

The Ultimate Shortcut to Learn Electronics and Programming with Open Source Hardware and Software

  • Courses
  • Forum
    • Forum
    • Ask Question
  • Shop
  • Account
  • Blog
  • Login

ESP32-cam/Module3/ Unit3 How to retrieve WebClient's IP on my home made webserver

Q&A Forum › Category: ESP32 › ESP32-cam/Module3/ Unit3 How to retrieve WebClient's IP on my home made webserver
0 Vote Up Vote Down
Alex asked 3 years ago

Hi all,
Is it possible to retrieve a webclient’s IP when visiting my webserver (for example: (ESP32-cam/Module3/ Unit3)/ 
or the other Two Button webserver in your examples?
 What code ,or where can I find it to apply  to my Sketch?
thank you very much for your answer,
Alex

3 Answers
0 Vote Up Vote Down
Sara Santos Staff answered 3 years ago

Hi.
Take a look at the following tutorial. I think it is exactly what you’re looking for:

ESP32 Arduino web server: getting client IP


 
server.on("/printIp", HTTP_GET, [](AsyncWebServerRequest *request){
 
    request->send(200, "text/plain", "ok");
 
    Serial.print("Received request from client with IP: ");
    Serial.println(request->client()->remoteIP());
});

Regards,
Sara

0 Vote Up Vote Down
Alex answered 3 years ago

Wow….,!
That’s in deed I was looking for
Thank you Sara, you’re great….!!
Alex

0 Vote Up Vote Down
Sara Santos Staff answered 3 years ago

Great.
I’ll mark this issue as resolved. If you need further help, you just need to open a new question in our forum.
Regards,
Sara

Primary Sidebar

Login to Ask or Answer Questions

This Forum is private and it’s only available for members enrolled in our Courses.

Login »

Latest Course Updates

  • [eBook Updated] Learn Raspberry Pi Pico/Pico W with MicroPython eBook – Version 1.2 May 26, 2025
  • [New Edition] Build ESP32-CAM Projects eBook – 2nd Edition April 16, 2025

You must be logged in to view this content.

Contact Support - Refunds - Privacy - Terms - MakerAdvisor.com - Member Login

Copyright © 2013-2025 · RandomNerdTutorials.com · All Rights Reserved

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.