-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Labels
Incomplete
Did not use form or provide enough information
Comments
Use mdns hostname.local |
cant use the .local need to use the ip address that gets assigned to the
board by the router. how do you get out of the captive and auto launch a
browser with the ip??
…On Tue, Feb 26, 2019 at 7:04 AM Shawn A ***@***.***> wrote:
Use mdns hostname.local
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#836 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/Ap-fp12kwys3sf0_ofVbe9nb6JT-Tnirks5vRU0WgaJpZM4bRkQh>
.
|
you cannot click links in a captive portal.. so I have no idea what you mean. |
I'm trying to figure out a way to force out captive portal of iOS and open
safari instead, after I save my WiFi settings. I've managed to alter the
standard lib a little so it gets the IP of the AP and server.send before
closing the STA. Problem is, if captive portal does not detect a success
response from internet it does not allow me to open a link or move
automatically to Safari browser.
the idea behind this is to get automatically redirected to the boards IP
address after the AP connects
…On Wed, Feb 27, 2019 at 12:00 PM Shawn A ***@***.***> wrote:
you cannot click links in a captive portal.. so I have no idea what you
mean.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#836 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/Ap-fp5DGM0jzVCG13METwEFpi3Bbhzymks5vRuPTgaJpZM4bRkQh>
.
|
Afaik the captive portal is sandboxed, you cannot do anything but open local pages in captive window |
ok so how can i do the connection with the wifimanager, then i have a
confirmation page that shows the ip address for them is there a way to then
open a browser from there? i can long press and it opens the window is
there a way to do that automatically?
the .local is not reliable enough so i need to use the ip to acces the
board. how else could i do this ?
…On Wed, Feb 27, 2019 at 5:47 PM Shawn A ***@***.***> wrote:
Afaik the captive portal is sandboxed, you cannot do anything but open
local pages in captive window
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#836 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/Ap-fp3u-2fXxyiWuMOX3YZsl_6lUhrYLks5vRzUbgaJpZM4bRkQh>
.
|
what is Afaik?
On Wed, Feb 27, 2019 at 6:47 PM Out and About <athleticmistud@gmail.com>
wrote:
… ok so how can i do the connection with the wifimanager, then i have a
confirmation page that shows the ip address for them is there a way to then
open a browser from there? i can long press and it opens the window is
there a way to do that automatically?
the .local is not reliable enough so i need to use the ip to acces the
board. how else could i do this ?
On Wed, Feb 27, 2019 at 5:47 PM Shawn A ***@***.***> wrote:
> Afaik the captive portal is sandboxed, you cannot do anything but open
> local pages in captive window
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#836 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/Ap-fp3u-2fXxyiWuMOX3YZsl_6lUhrYLks5vRzUbgaJpZM4bRkQh>
> .
>
|
“As far as I know” |
You can show the url and the user has to open it in a browser by copying it etc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
Esp8266/Esp32:
Hardware: ESP-12e, esp01, esp25
ESP Core Version: 2.4.0, staging
Description
Problem description
Settings in IDE
Module: NodeMcu, Wemos D1
Additional libraries:
Sketch
Debug Messages
The text was updated successfully, but these errors were encountered: