How to redirect users of a certain SSID to a webserver http or https URL ???

I am not a wifi expert , but a vendor has just demonstrated that choosing 1 of the x number of ssid ,  a user can be redirected a lan machine on http or https from the browser !!!!!!!!!!!!!!!!!!!!!!!!!!!!1 I WANT TO DO THE SAME using CISCO WLC ,  Pls advice .
Calling out experts.

You don't have to post more than once on this site... many of use look at each of the forums.  Just follow your original post here:
https://supportforums.cisco.com/thread/2267127?tstart=0
Thanks,
Scott
*****Help out other by using the rating system and marking answered questions as "Answered"*****

Similar Messages

  • How to redirect user from login page to "Set Challenge question" page

    How to redirect user from login page to "Set Challenge question" page (NOT custom page) after 3 un successful password attempts?
    Meaning when user types wrong password 3 times they will be redirected to set Challenge question page. If user answers the challenge question then password reset page should be appeared other wise (after remaining 3 un successeful challenge question answers) account should be locked out.
    thanks for your help.

    hi sandeep
    Thanks for your answer. Let me ellaborate more on the requirement here.
    - Password Policy and Lost Password management are set up in the identity system
    - Configure login tries allowed= 5. Verify accout is lock out after 5 unsucessful login.
    This is what need to achieve.
    1) If a user attempts to login 3(not 5) times using an incorrect login credential he/she should be redirected to set challenge question (security question) page.
    2) Then if the user attempts (remaining) 2 times incorrect challenge answer then his/her account should be locked out.
    3) If he/she answers the challenge answer correctly then he/she should be redirected to password reset page.
    Is this possible?

  • How to redirect users to certain page on login

    Hello All,
    I need to redirect users to page 1 after login even if they use a direct URL pointing to some other page. How do i achieve this?
    Ex:
    User logs in using URL:
    http://localhost:port/apex/f?p=101:10:1818843916449354::NO:::should redirect him to below page instead of 10:
    http://localhost:port/apex/f?p=101:1:2314843916462565::NO:::Appreciate your reply.
    Thanks and Regards,
    Senana

    Hello Senana,
    Assuming you're using wwv_flow_custom_auth_std.login to log in, and p_flow_page is set to "[your app id]:1" try placing the following line just before your call to wwv_flow_custom_auth_std.login:
    :FSP_AFTER_LOGIN_URL := null;This should force user to page 1 after log-in.
    Hope this helps,
    John

  • How to redirect users to Custom Page on InfoView logoff

    Post Author: Srinivas123
    CA Forum: WebIntelligence Reporting
    How to redirect the users on InfoView logoff to a custom page, instead of the default logon.aspx.   

    Hello Senana,
    Assuming you're using wwv_flow_custom_auth_std.login to log in, and p_flow_page is set to "[your app id]:1" try placing the following line just before your call to wwv_flow_custom_auth_std.login:
    :FSP_AFTER_LOGIN_URL := null;This should force user to page 1 after log-in.
    Hope this helps,
    John

  • How to redirect user on or before page load

    Hi,
    what is best practice for redirecting a user when he opens a specific page.
    I have a solution with a custom master page and several webparts. When a user opens my solution (every page based on the same master). 
    What i need to do now is, when the user opens the page i have to check before rendering the page and the webparts some criteria. When the user is not allowed to open the page i need to redirect him to another location.
    How could q redirect a user in a sharepoint solution?
    I thought about some ways:
    - develop a webpart (without any rendering) and put in onprerender event the check and the redirect
    - create a codebehind for the masterpage
    - create an httpmodule
    What would you prefer? How could i solve it?
    Best Regards
    Bog
    Developers Field Notes | www.bog1.de

    Hi,
    In SharePoint on-premises, I suggest you use HttpModule and HttpHandler to achieve it.
    http://sharepointgotchas.wordpress.com/tag/httpmodule/
    http://zoomsharepoint.blogspot.com/2009/09/redirect-page-using-http-module.html
    In SharePoint online, JavaScript is a better choice, we can add some JavaScript code in the master page.
    http://sharepointtipsntricks.blogspot.com/2009/06/redirect-to-another-aspx-using.html
    Best Regards
    Dennis Guo
    TechNet Community Support

  • After switchover how to redirect users to the new standby?

    Hello.
    Please, the Data Guard has been configured and now I want to know please how I can redirect the users to the primary in a timely manner?
    Thanks

    One of the core skills in administering an Oracle database is to be able to search the documentation.
    Go to http://tahiti.oracle.com, type failover=on in the search box, and select the correct.
    People refusing to work with tahiti shouldn't work as DBA.
    This is a volunteer forum, I don't get anything for doing your work, and it is 11:25 pm here.
    Sybrand Bakker
    Senior Oracle DBA

  • How to redirect users to another address

    Hi
    Thank you for reading my post
    I have a problem that i do not know how to resolve.
    we had an application in an address like :
    http://www.myweb.com/web2/ it is a dynamic application written in java .
    now we move it to another server like : http://10.10.a.b/web2/
    we need all people that come to the first address to be redirected to new address with the complete url for example if some one come to http://www.myweb.com/web2/register.jsp
    we should be able to redirect him/her to http://10.10.a.b:8888/web2/register.jsp
    what should i do now ? is there any way that i can do this ?
    i am allowed to deploy a java web application to first address to do this , i mean i can deploy some java web application to http://www.myweb.com/web2/ to make this redirection possible.
    does any one hav an idea ?
    thanks

    Certainly sounds possible.
    Put in a servlet filter that will intercept all requests.
    You would use response.sendRedirect to send the redirect.
    However what you would lose in this redirect is any request variables. You would have to include them as get parameters in the redirect URL which
    - may not be secure
    - may not work if there are too many request parameters.

  • How to redirect users to different pages after logging in?

    Please HELP this is doing my head in.
    I have created a login for a site using dreamweavers login tools, but I need to direct users to their individual pages, as Dreamweaver shows only one.
    I here you can store urls in you data base then call on them depending on the user is this correct ?
    Or is there another way ?
    Could someone show me what I need to do ?
    Any help would be appreciated
    Dazza

    Hi
    It would become a long reply if I showed you, and I would require your database structure. So this is a simple 'things to do / steps to take' list.
    (the access level and user id, (not the same as database table id) are used interchangeable here)
    The first item is to ensure you have your database set-up to allow the items to be recovered from it dependant upon the users id/access level. This could be done via a simple access level being set, the access level would be set in the user table and the page content from the database would have a matching column in the table for content.
    The DW authentication server behaviour will set the access level in the same session variable at the same time as the logged-in session is set, (see the DW documentation on user authentication for how to use this feature).
    It would then be a simple matter of retrieving the information for the page using the DW recordset query server behaviour, which can also automatically set the access level in the query code to ensure that the items to be retrieved matches the access level.
    The biggest problem most people who try to set-up a restricted access section of a site, is not the server behaviour to restrict access to content, but the cms section of the site to create the content as required. For this is may be worth while reading - http://www.adobe.com/devnet/dreamweaver/articles/first_dynamic_site_pt1.html, although your database code would be slightly different as you would require the access level/user id be used to 'filter' the results returned and the items for the user to view, (links to content) also must be access level/user id dependant, (tip, use conditional region code for this).
    PZ

  • How to restrict user to insert certain number of records (urgent)

    i have master detail Form. My requirement is as following.
    1) In master block user enter other information and enter suppose 5 in text item.
    2) Then 5 rows should be display in detail block. and user couldnt enter more than 5 records in detail block.

    i hope understand,
    To close a query when :max_record = TO_NUMBER(:global.max_rec) and
    keep count of the number of records retrieved,
    create a POST-QUERY trigger.
    IF :parameter.max_record = TO_NUMBER(:global.max_rec) THEN
    ABORT_QUERY;
    ELSE
    :global.max_rec := TO_CHAR(TO_NUMBER(:global.max_rec) + 1);
    END IF;
    :parameter.max_record = number record you want retrieve and set in PRE-FORM
    Hope help you

  • I have multiple SSID, but want users of a single SSID to be redirected to a HTTP or HTTPS URL (LAN SERVER for authentication)

    Hi team,
    I  have multiple SSID, but want users of a single SSID to be redirected to a HTTP or HTTPS URL (LAN SERVER for authentication)
    I am very curious and it is important. I want to see how to achieve this with CISCO WLC !!!

    http://10.229.3.99/login.html?switch_url=https://1.1.1.1/login.html&ap_mac=e8:40:40:ad:cc:80&wlan=MO-GUEST&redirect=/login.html?switch_url=https://1.1.1.1/login.html&ap_mac=e8:40:40:ad:cc:80&wlan=MO-GUEST&redirect=/login.html?switch_url=https://1.1.1.1/login.html&ap_mac=e8:40:40:ad:cc:80&wlan=MO-GUEST&redirect=/login.html?switch_url=https://1.1.1.1/login.html&ap_mac=e8:40:40:ad:cc:80&wlan=MO-GUEST&redirect=/login.html?switch_url=https://1.1.1.1/login.html&ap_mac=e8:40:40:ad:cc:80&wlan=MO-GUEST&redirect=/login.html?switch_url=https://1.1.1.1/login.html&ap_mac=e8:40:40:ad:cc:80&wlan=MO-GUEST&redirect=/login.html?switch_url=https://1.1.1.1/login.html&ap_mac=e8:40:40:ad:cc:80&wlan=MO-GUEST&redirect=/login.html?switch_url=https://1.1.1.1/login.html&ap_mac=e8:40:40:ad:cc:80&wlan=MO-GUEST&redirect=10.229.3.99/login.html?switch_url=https://1.1.1.1/login.html&ap_mac=e8:40:40:ad:cc:80&wlan=MO-GUEST&redirect=www.geo.tv/
    I wanted if someone connects to WLAN "MO-GUEST" automatically the user should be redirected to http://10.229.3.99/login.html and once authenticated by 10.229.3.99 , he/she should be allowed to access anything as normal. [ actually i just want automatic url redirection for the first time for the user of wlan "MO-GUEST"
    waiting expert opinions.

  • How to set user quotas on a certain filesystem

    Hi
    It may be simple and easy question but I'm really new to this
    I need to know how to set user quotas on a certain file system in details
    I know it can be done easily in one step in Solaris ZFS
    but how is it done in Linux ?
    Thanks in Advance :)

    See also:
    How to set user quotas on a certain filesystem

  • How do I boot with a certain user in-control?

    Duh.  Maybe I am suffering a lapse mentally.  But my question is my Subject, please:  "How do I boot with a certain user in-control?"  I set Users as I want, then I re-start, but I use the older user, still.  So I feel perplexed, which is not good.  :-(
    I feel Frustrated at trying to _download_ Mavericks.  More than two-weeks I've seen:  "Your request is Temporarily unable to be processed.  Please try again later."
    [On my iMac, I am trying to create a new account to use to try to get Mavericks.]  Thank you.  :-)

    Well, depending on your current OS version, what you need to do is to switch user at the login screen.  On Lion, there's a switch user icon to click on.  Switch user then log in.
    But I don't think that will fix not being able to download Mavericks, though I guess it's possible.  If you already have an Apple ID and account, you want to be careful about associating multiple IDs with different apps, video, music, etc. on your system.  That can result in problems, as Apple IDs can't be consolidated.

  • Upload servlet: how to redirect the user back to the portlet

    Hi. From what I've read in this forum, Oracle Portal does not support "multipart/form-data" forms, so the way to upload a file is to use a standalone servlet. The problem is, how do I redirect the user back to the portlet? Should I pass the back URL as a parameter to this servlet? How do I construct it?
    Since it's an standalone servlet, I can't use oracle.portal.provider.v2.url.UrlUtils to construct a "back link". I had thought of using the referer header, but since this isn't always guaranteed to be present (for example, I know you can disable it in Firefox, and I think SSL conections disable it, too), I guess that maybe sending the URL generated using UrlUtils.PAGE_LINK, UrlUtils.REQUEST_LINK or UrlUtils.REFRESH_LINK (I would have to test which one suits my needs), it could work. Do you think is this the best solution?
    Thanks in advance

    If you use a popup window for file upload, you don't have such a redirect problem.

  • How can I automatically redirect users to the correct platform?

    Hi,
    I have built my website three times, once for desktop, once for tablet and once for mobile phones. My question is how can i automatically redirect the user to the correct site depending on which device they are using.
    I have read that they can be redirected to a separate domain name such as m.example.com for mobile, I have also read that a lot of large corporations use this approach as well.
    Any help would be great!
    Cheers guys

    Most corporations nowadays are moving towards responsive designs with a mobile first approach.  This tends to be the most efficient and compatible since there is no need for javascript or other scripts to redirect users.
    The following is a simple example for phones and desktops only, and most examples I was finding were that way due to their publishing date.
    http://css-tricks.com/snippets/javascript/redirect-mobile-devices/
    The trick is going to be getting lists of devices and resolutions to make sure they are all captured which can be a major pain since that information updates all the time.  With that said, if I were you doing it this way I would do away with the tablet version.

  • How to redirect to SharePoint hosted app when user lands on site collection

    is it possible to redirect user directly to SharePoint hosted app when he enters to the site collection? Currently
    user have to click on the app to navigate to SharePoint hosted app and I would like them to directly navigate to app without any clicks required.

    <script type="text/javascript" >
    SP.SOD.executeFunc('SP.JS', 'sp.ClientContext', function() {
    var ctx = new SP.ClientContext.get_current();
    var web = ctx.get_web();
    var appInstances = SP.AppCatalog.getAppInstances(ctx, web);
    ctx.load(appInstances);
    ctx.executeQueryAsync(
    function() {
    window.location =
    appInstances.getItemAtIndex(1).get_appWebFullUrl();
    function(sender, args) {
    console.log(JSON.stringify(args));
    </script>

Maybe you are looking for

  • BEx Query is not shown

    Hi Experts, I am facing problem  in creating universe on SAP BW BEx Query, here the problem: SAP BW version is 7.0 SP 11 and BusinessObjects version is XI 3.0 and SAP Integration Kit 3.0 I created a new InfoCube in SAP BW under some InfoArea and I cr

  • Error message "CORRUPT"

    Good Day all. I have a ipod nano purchased sep 2005 (not sure if it's a first or second generation ipod). I added some cd pictures to my ipod from the net. Now when I plug in my ipod i get a error message saying "The file or directory\photo\image DB

  • Loading an image from CameraRoll - how long should it take ?

    Hi All I'm loading an image from the CameraRoll using this method http://www.flashandmath.com/mobile/cameraroll/ Now on my iPad2 the image loads pretty instantaneously However on my iPhone4 it takes approx 8 seconds for the image to load. ( The time

  • InCopy Story double adornments

    I know this probably belongs in the InCopy forum, but the InDesign Forum seems to get more traffic. ID/IC CS6 (fully patched) OS 10.6.8 I have recently upgraded to CS6 and a weird issue has come up. When I export stories for InCopy, some of my files

  • Flex data services and data managment.

    Hi! I have a question about data services with data managment enabled in Adobe Flex Builder 4. The issue is more theoretical than practical. When I need to remove an item from the DataProvider  I use the delete method of autogenerated service, but wh