Questions tagged [captiveportal]

Captive portals are pages to which users are redirected to until they are logged in.

125 questions
3
votes
0 answers

Captive portal Nodogsplash

I have installed TP-Link WR1043ND and set up a Captive portal using Nodogsplash. So my goal is that when clients connect to my wifi using a mobile device they press on either the Apple Store icon or the Google Playstore so that it redirects them on…
m3kkis
  • 55
  • 1
  • 7
3
votes
1 answer

How to disable auto open Captive portal in Android marshmallow?

I have work with open ssid of wifi. when auto wifi connected to ssid that time automatically default browser open and redirect to Captive Portal. I have find the method ignoreNetwork() in CaptivePortal class in Android library. Show below…
Chirag Parmar
  • 1,004
  • 2
  • 13
  • 28
3
votes
1 answer

Avoid captive portal

I'm trying to make a device with no internet connection that redirects any connection to its wifi to a unique page, a pirate box like. I use a NodeJS server and dnsmasq to redirect all connections to the server. That's working perfectly but when I…
3
votes
1 answer

Cloudtrax HTTP Authentication API debug

I'm using the Cloudtrax HTTP Authentication API to create a custom logic for router authentication that has a captive portal. When the router asks for a status request, the server responds the following: "CODE" "ACCEPT" "RA"…
ignacio.munizaga
  • 1,633
  • 1
  • 21
  • 28
2
votes
0 answers

Disable captive portal checking on Android 9

How does one completely disable captive portal checking on Android 9 (on a Moto G7 Play in my case)? Answers to similar questions, here and on other sites, suggest to change settings through the ADB shell. What I have set so far with adb…
Dominik
  • 192
  • 1
  • 2
  • 9
2
votes
0 answers

WiFi voucher configuration using c#

I am now working with a hotspot manager application in c#, and i am stock with the voucher creation.Most routers nowadays have built in captive portal. My Problems is how to add new vouchers with time limit to the router using c#. Can somebody help…
2
votes
0 answers

PDF download does not work on Android Captive Portal Browser

I have a captive portal set up on my RaspberryPi device which runs a Python/Pyramid based project. When you connect to device's hotspot it gives a notification and when you click on that notification it takes you to the defined(default) page where I…
2
votes
1 answer

Android captive portal after login redirection

i have the following problem that i could not figure out: i've created a captive portal when people connects to my hotel's wifi, in some Androids devices - the "sign up" splash page closes after receiving 204 response in the end of the login - but…
ddor254
  • 1,331
  • 10
  • 24
2
votes
1 answer

'disallowed_useragent' error on captive portal

We are currently dealing with a big issue where our Captive Portal solution cannot work with Google OAuth and it is giving 'disallowed_useragent' error on iOS captive portal (seems to work on Android captive portal). Our reference: Laravel Socialite…
2
votes
0 answers

Apple CNA not showing Facebook Style Sheet (Captive Portal)

I have created a captive portal which requires the user to authenticate via Facebook & Twitter. When the user connects to the hotspot it produces the Captive Network Assistant (Captive portal window). Everything to this point works fine, CSS, HTML,…
2
votes
0 answers

Getting to know about Captive Portal

We have created a Captive Portal which opens up whenever you connect to a Wi-Fi network. Initially, the page displayed on the Captive Portal was rendered on the server side. Now we are adding some AJAX functionality on the page which is triggered by…
nabendu
  • 21
  • 2
2
votes
1 answer

Captive portal not working correctly on iOS 11

On iOS versions before iOS 11: I connect to a wifi network, the captive portal splash page is presented, a presented button links to an app on the app store https://itunes.apple.com/etcetc, the button is pressed and the app store is opened iOS. On…
dewijones92
  • 1,167
  • 2
  • 23
  • 38
2
votes
1 answer

ESP8266 Captive portal with pop-up

Has anyone ever succeeded in getting a captive portal to cause a pop-up for the redirected content to a specific landing page on an Arduino or ESP8266? I've tried everything under the sun and while my android will complain about a non-connected…
Scott
  • 7,792
  • 2
  • 20
  • 35
2
votes
0 answers

Android: How to set "captive_portal_server","captive_portal_http_url","captive_portal_https_url" without use ADB?

My android SDK is API:25 I find an answer to set captive_portal_detection_enabled by use the code below. So that,I can escape the exclamation mark if it's in a walled garden. Settings.Global.putInt(MainActivity.this.getContentResolver(),…
顏子鈞
  • 21
  • 6
2
votes
0 answers

Captive Portal on Android 5.1+

I want to use captive portal. I want the user to get authenticated after they accept the terms and conditions, followed by a redirect to the advertisement page. However, when a user connects and is authenticated by the authentication server, the…
1
2
3
8 9