Entering username and password in URL, 4400g, v5.2 ??

Hi,
I am trying to display contents of a website which requires me to login each time i exit the webpage.
Is there a way to include the username and password in the url itself or is there a way to change the DMP web account to match the username and password which is needed for the website?
I already tried using the format http://username:[email protected]

Sorry, this type of functionality is not available on the DMP.
A lot of the responsibility resides on the Hosting Site on how it
accepts the authentication or Login credentials.  A web or app savy
developer could probably develop a App (like for iPhone or iTouch)
which could bring up a Virtual Keyboard which could be used with
the DMP-4400G and a supported Touchscreen.  Then the user could
add the credentials using the touch screen.
Cheers!
If this answers your question, Please take time to mark thisdiscussion answered & rate the response.
Thank You!
T.

Similar Messages

  • How to connect an apple tv to an enterprise network with a username and a password?   I need to use it over my university's wifi. theres no option to enter username and password. how to connect the apple tv to such enterprise network?

    How to connect an apple tv to an enterprise network with a username and a password?
    I need to use it over my university's wifi. theres no option to enter username and password. how to connect the apple tv to such enterprise network?

    Contact the University's IT dept, they may be able to set something up on the network to allow the ATV to connect without the need for a user name/password.

  • Pass the username and password in URL to auto log in the application from SharePoint List

    how to Pass the  username and password in URL to auto log in the application from SharePoint List  
    I have a link  in my SharePoint list  when user try to open the link its asking username and password .i want to put username and password in URL to auto log in into that external URL from sharepoint
    please help me it is possible

    Check out
    http://serverfault.com/questions/371907/can-you-pass-user-pass-for-http-basic-authentication-in-url-parameters
    Kind regards,
    Margriet Bruggeman
    Lois & Clark IT Services
    web site: http://www.loisandclark.eu
    blog: http://www.sharepointdragons.com

  • Enter username and password for "weblogic" at ..

    We have a web service running on a single domain on a weblogic 7.0 SP1 cluster.
    We load balance via a F5 in front of the cluster. Our F5 accepts SSL requests
    on port XXX3, terminates SSL and forwards the non-SSL request to a managed server
    in the cluster for processing. Likewise, the F5 receives HTTP requests on port
    XXX0 and forwards the non-SSL request to a managed server in the cluster.
    We have no Weblogic security features configured for the web service. Only the
    standard "myrealm" is configured with the defaults values.
    Whenever we call this web service, via the F5, on the XXXX ports, we are prompted
    to authenticate. The message "Enter username and password for "weblogic" at <domain-name>"
    appears. We don't even have a "weblogic" realm configured. (1) We are not sure
    why we need to authenticate when no security has been configured for this application
    (2) We've tried every username password combination we can think of and none work.
    One clue is.... if we use the standard HTTP ports 80 and 443 for traffic coming
    into the firewall, we are not prompted to authenticate. The web service works
    just fine. The problem seems to rise when we use the non-standard ports on the
    F5 of XXX0 and XXX3 and forward traffic from these ports to the managed servers.
    Has anyone seen this behavior?
    -Cassandra

    In Firefox go to the tools menu - Add-ons - extensions then remove browse for change.

  • Hello How do I set up Firefox 8.0 so that It will Ask me if I want to save a Password for a website. At present I don't get an option every time I go into a website that I know is secure I have to enter username and password. I have been though tools etc.

    Hello How do I set up Firefox 8.0 so that It will Ask me if I want to save a Password for a website. At present I don't get an option every time I go into a website that I know is secure I have to enter username and password. I have been though tools etc.
    Thank you any help would be help full as every time I log into Face Book for example I have to provide all the Information and this is a pain
    Cheers Alex

    The website may be using autocomplete=off to prevent Firefox from saving the name and password.
    You can remove autocomplete=off with a bookmarklet to make Firefox save the name and password.
    *http://kb.mozillazine.org/User_name_and_password_not_remembered
    *Saved Password Editor: https://addons.mozilla.org/firefox/addon/saved-password-editor/

  • Trying to backup from icloud. Enter username and password - OK. Select backup date - OK. I'm then presented with an old username that of course doesn't match my password. Now what?

    Have a disabled iPad2 that's been wiped. Using current IOS system.  Trying to backup from icloud. Enter username and password - OK. Select backup date - OK. I'm then presented with an old username that of course doesn't match my password. Now what?

    Hi Bluehouse44,
    If you are having difficulty restoring your iPad from an iCloud backup you may want to use the steps in this article to try to get back on track -
    If you can't update or restore your iOS device
    http://support.apple.com/kb/HT1808
    Thanks for using Apple Support Communities.
    Best,
    Brett L

  • Logging on ISA with username and password in URL

    Hi!
    We have a scenario where a customer have an internal portal and from this portal they access different suppliers webshop and get automatic access since the username and password is supplied in the URL.
    In our current Online Store solution we use a special log on page and the user gets logged in, but how is this possible in ISA?
    Regards
    rollo

    Hi!
    The correct answer should be YES, it is possible!
    It is not related to what Florian wrote, just simly add  the userid and password in the URL.
    Exemple
    https://mybigcompany.com/b2b/b2b/init.do?language=sv&userid=rollo&password=mytopsecretpassword
    The only negative issue is that the first log on will not work, the user get an errormessage and have to enter the log on data again.
    Message was edited by:
            rollo

  • Enter username and password before subscribing to an online (OneDrive) calendar

    Hi guys,
    I use microsoft outlook at work but I at home I have a macbook pro and an iphone. Therefore, I would like to see all appointments and events from my outlook calendar on my apple calendars as well.
    I published the outlook calendar (.ics) on onedrive, which is microsoft's cloud service. Then I tried to subscribe to the calendar on my macbook. After entering the calendar url I get the following error message:
    "There was an error subscribing to the calendar. You do not have permission to access the calendar at https://...."
    Supposedly, I have to enter my onedrive username and password. But the programm does not ask me for it. I just get the error message.
    How can I enter the credentials before the the mac calendar tries to subscribe to the online calendar?
    Appreciate your help
    cheers

    See:
    *http://kb.mozillazine.org/Firefox_crashes
    *https://support.mozilla.com/kb/Firefox+crashes

  • Using url with username and password in URL class

    Hi,
    I'm writting an applet in which I use getAppletContext().showDocument with an URL.
    The problem is that I'm using URLs with username and password (http://user:[email protected]/page) and it isn't working because the browser is getting the URL http://user/page.
    Is this a bug in the URL class? Or in the showDocument method?
    Is there any way to make this work?
    Thanks for any help,
    Pedro Prospero Luis ([email protected])

    I'm not sure whether this is supported behaviour. I've had this syntax fail to work in the Netscape address bar so I can't recommend it as an approach for authentication.
    If you want to authenticate the user before redirecting to the page, though, you could try creating a connection to another page on the same server and sending the authorization information then. Your browser may then be successfully authenticated.
    See http://www.javaworld.com/javatips/jw-javatip47.html for information on this.
    You might not need to read back the page from the server, just connect to it. Might work.

  • Why can't I access my credit union account anymore on my laptop? I enter username and password and it says invalid username and password!

    The trouble opening my credit union account just started yesterday and it was usable the day before.  I enter my username and password and the next window tries to open my account but ends up on a page that reads invalid username and password! What has happened to my settings? Can anyone relate or help me?

    My first approach would be to see if your credit union changed their web site.  If nothing has changed on your computer then it must be at their end.  If they say they have changed nothing then you can start looking at your computer settings.
    One small worrying item.  How did you come to try to log into them?  Never use a link in an unsolicited e-mail telling you to log in. Those often go to bogus sites trying to steal your identity that are almost perfect imitations of the real site, and will, of course, not actually log you into the real site.  I always check web addresses in my browser's status bar.

  • I enter username and password to login into a website, use the site and then logoff. When I open the site again the username & password are alread filled in,

    The only way to prevent to from happening that I've found so far is to close Firefox. When I open back up, go to the site the username and password are empty. This hasn't happened with previous versions of Firefox.

    You can set the Boolean pref <b>signon.autofillForms</b> to <i>false</i> on the <b>about:config</b> page.
    *http://kb.mozillazine.org/signon.autofillForms
    *http://kb.mozillazine.org/about:config
    This can also be caused by cookies that weren't removed properly when you logged off.

  • Encrypt the username and Password in URL

    Hi
    My requirement is to encrypt the Password in the URL.
    http://Server_name/analytics/saw.dll?NQUser=Administrator&NQPassword=*Administrator*.
    Here My URL should look like this.
    http://Server_name/analytics/saw.dll?NQUser=Administrator&NQPassword=*encrypted password*.

    Hi in what situation you need this?, actually this is not a good practice to expose the user name and password over the URL. Better to force the user to login and then continue.
    If the user already logged in and while clicking you need to do a navigation then no need of passing username or password.
    Edited by: Ugser on Sep 7, 2009 8:08 AM

  • Form9i about username and password in URL

    hi all
    i need to hide the user name and password that comming in URL
    "http://192.168.1.100:8888/forms90/f90servlet?form=C:\ver6\MODULE1.fmx&userid=SCOTT/TIGER@orcl&buffer_records=NO&debug_messages=NO&array=YES&query_only=NO&quiet=NO&RENDER=YES"
    Please i need to that how can i hide it
    best to all

    read this document
    http://download-west.oracle.com/docs/cd/A97329_01/web.902/a92175/chap03.htm#1033308

  • Open safari and enter username and password into opening login page

    I have managed to alter pictures in iphoto and photoshop but I am struggling to sort this one out. Initially it seems simple but I just cannit figure it out.
    Can anyone help?
    Mark

    Hey Prion- Glad It works. I promise that its really not too technical. It may seem like a lot of code but it just insures that it runs properly every time. I don't know if you're interested, but here's a description of what each part does...
    tell application "Safari"
    activate
    ---Tell safari to open...
    make new document
    set URL of document 1 to "https://email.ntwsha.co.uk"
    --- Make a new window with the above address...
    end tell
    if page_loaded(10) then
    ---This line says "If the action 'page_loaded' is complete and true then con't this section." See the "On page_loaded" below to see what it does...
    tell application "System Events"
    ---Send an action to the system (this could be any type of GUI scripting)...
    keystroke "account"
    delay 1
    keystroke tab
    delay 1
    keystroke "password"
    delay 1
    keystroke return
    ---Self-explanatory- I put in the delay to allow the page to react after tab is pressed...
    end tell
    else
    ---if page_loaded has not completed within the timeout period or returns false then...
    display alert "The URL Has Not Loaded."
    end if
    on pageloaded(timeoutvalue)
    ---when page_loaded is called upon do the rest below...
    delay 2
    repeat with i from 1 to the timeout_value
    ---Repeat the following command until the time reaches the timeout_value (10)...
    tell application "Safari"
    if (do JavaScript "document.readyState" in document 1) is "complete" then
    return true
    ---Tells safari to check if the page has finished loading. If yes, return true, if no-repeat...
    else if i is the timeout_value then
    return false
    If the timeout_value is reached (10 secs) and the page has still not finished, then return false...
    end if
    delay 1
    end tell
    end repeat
    end page_loaded
    So its really not that technical of a language. In fact, its one of the closest to english as far as computer languages go. Its a pretty good asset to learn, because pretty much everything you could want to do in automator, would be possible in applescript. And if you aren't real interested, no big deal. Just thought you want to know how the script worked. Good Luck!
    --Justin S.

  • Passing portal username and password as parameters in URL iview.

    Hi Gurus,
    i Have Created URL iView. i want to send the Username and password of portal to this url ,
    how can i access the portal username and password.
    Note: tried with j_user and j_password
    Regards
    K Naveen Kishore

    Hi,
    Jigar Oza
    Thanks for u r reply, i have tried with application integrator but there is a problem with usermapping.
    now what i have done is created HTTP System based on this system created URL iView,in application parameters username and password as MappedUser and MappedPassword every thing is working fine. user  logged in automatically when he logged into portal.
    there are tabs ,links in application .when i click on tabs or links it is assking to enter username and password of the application.
    did i do any thing wrong in creating HTTP system or URL iView,
    what are the necessary properties should be given.
    replys are highly appreciated.
    Regards
    K Naveen Kishore

Maybe you are looking for

  • Adobe Customer Service Call - Over an hour on hold. How do I complain?

    I can't use my Adobe Creative Cloud license because there was a "payment error" - I suspect caused by a change of address.  Online support tell me they can't do anything and told me to ring 0207 365 0735.  I have now been on the phone to London for o

  • Why do I get this?

    For any app i try to download i get this msg: "Pages can't be installed on Macintosh HD because Mac OS X version 10.7.4 or later is required." I have done all the updates on my computer why wont it work? HELP

  • Adding custom fields in Contract and PO screen

    Hi Experts I am trying to enhance contract and PO screen by creating structure Ci_bbp_hdr_ctr and Ci_bbp_hdr_po Now I am able to display the required fields on the screen. Is there any other way to do the same?? I want to change the position of the f

  • Safari 6 exporting aspx instead of xls?

    After updating a machine to Mountain Lion and Safari 6, Safari is now exporting an excel file (from an intranet page) as an .aspx file. Exported correctly under Lion and Safari 5; exports correctly under Mountain Lion and FireFox 14. Anyone have a re

  • Adding Fonts Where?

    What is the difference between the fonts located in Library>Fonts and System>Library>Fonts? (why are there two locations, and what's the difference?) I'd like to add some fonts that come up as missing when I load documents created in Classic but am u