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

How do you redirect outside the captives with a link? What I’m trying to do is after the Wi-Fi manager connects to the network instead of closing the setting page I wanted to open up a web browser to the IP address of the device that I just connected with the Wi-Fi manager which is where my configuration page rest how do I get to that automatically without having to type in the IP address in a browser #836

Open
10 tasks
athleticmistud opened this issue Feb 26, 2019 · 10 comments
Labels
Incomplete Did not use form or provide enough information

Comments

@athleticmistud
Copy link

PLEASE TRY DEVELOPMENT BRANCH before submitting bugs on release or master, in case they were already fixed.

POST SERIAL OUTPUT !

Issues without basic info will be ignored or closed!

Please fill the info fields, it helps to get you faster support ;)

if you have a stack dump decode it:
https://github.com/esp8266/Arduino/blob/master/doc/Troubleshooting/stack_dump.rst

for better debug messages:
https://github.com/esp8266/Arduino/blob/master/doc/Troubleshooting/debugging.rst

----------------------------- Remove above -----------------------------

Basic Infos

Hardware

WiFimanager Branch/Release:

  • Master
  • Development

Esp8266/Esp32:

  • ESP8266
  • ESP32

Hardware: ESP-12e, esp01, esp25

  • ESP01
  • ESP12 E/F/S (nodemcu, wemos, feather)
  • Other

ESP Core Version: 2.4.0, staging

  • 2.3.0
  • 2.4.0
  • staging (master/dev)

Description

Problem description

Settings in IDE

Module: NodeMcu, Wemos D1

Additional libraries:

Sketch

#include <Arduino.h>

void setup() {

}

void loop() {

}

Debug Messages

messages here
@tablatronix
Copy link
Collaborator

Use mdns hostname.local

@tablatronix tablatronix added the Incomplete Did not use form or provide enough information label Feb 26, 2019
@athleticmistud
Copy link
Author

athleticmistud commented Feb 27, 2019 via email

@tablatronix
Copy link
Collaborator

you cannot click links in a captive portal.. so I have no idea what you mean.

@athleticmistud
Copy link
Author

athleticmistud commented Feb 27, 2019 via email

@tablatronix
Copy link
Collaborator

Afaik the captive portal is sandboxed, you cannot do anything but open local pages in captive window

@athleticmistud
Copy link
Author

athleticmistud commented Feb 28, 2019 via email

@athleticmistud
Copy link
Author

athleticmistud commented Feb 28, 2019 via email

@tablatronix
Copy link
Collaborator

“As far as I know”

@tablatronix
Copy link
Collaborator

You can show the url and the user has to open it in a browser by copying it etc

@jmgk77
Copy link

jmgk77 commented Jul 31, 2021

#1178 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Incomplete Did not use form or provide enough information
Projects
None yet
Development

No branches or pull requests

3 participants