日本語フォーラム

 View Only
  • 1.  auth-text認証

    Posted Feb 03, 2019 01:10 AM

    external-captive-portalサーバが以下のようなauth-textを含むページを最初に表示する場合は認証が通るのですが、auth-textを含むページの前にhrefなどでリンクからauth-textを含むページを表示すると認証が通りません。

    何がいけないのか教えていただけないでしょうか。

     

    ●auth-textを含むページを最初に表示 -> 認証OK

    index.html

    <html>

    <head>
    IAP External Captive portal - Authentication Text
    </head>
    <body>
    <h2>You are authenticated. Enjoy browsing at Arubanetworks</h2>
    <form>
    <input type="hidden" id="hidden1" value="Guest_Authenticated">
    </form>
    </body>
    </html>

     

    ✖最初にリンクページを表示し、リンクをクリックすることでauth-textを含むページを表示 -> 認証NG

    index.html

    <html>
    <head>
    <title></title>
    </head>
    <body>
    <form>
    <input type="button" onClick="location.href='auth.html'" value="認証">
    </form>
    </body>
    </html>

     

    auth.html

    <html>

    <head>
    IAP External Captive portal - Authentication Text
    </head>
    <body>
    <h2>You are authenticated. Enjoy browsing at Arubanetworks</h2>
    <form>
    <input type="hidden" id="hidden1" value="Guest_Authenticated">
    </form>
    </body>
    </html>

     



  • 2.  RE: auth-text認証

    Posted Feb 18, 2019 11:58 PM

    確認していますが、残念ながら原因がわから無い状況です。

    お手数ですが、代理店様、Aruba サポートにもお問い合わせ頂けますでしょうか。