Send streaming password with GET or POST

hi!
we are using a plugin for protools which outputs a quicktime stream for our clients during recording sessions. this stream is password protected. since the client hearing/viewing this stream is already on a password protected site it would be nice to automatically log the user in the stream (to avoid that she has to enter user/passw a second time).
is it possible to send the password with GET or POST (or another approach) to the quicktime plugin?
unfortunately it is necessary to password-protect the stream since the url is always the same and another client could use the url to peep into the session.
thanks in advance
joerg

hi!
we are using a plugin for protools which outputs a quicktime stream for our clients during recording sessions. this stream is password protected. since the client hearing/viewing this stream is already on a password protected site it would be nice to automatically log the user in the stream (to avoid that she has to enter user/passw a second time).
is it possible to send the password with GET or POST (or another approach) to the quicktime plugin?
unfortunately it is necessary to password-protect the stream since the url is always the same and another client could use the url to peep into the session.
thanks in advance
joerg

Similar Messages

  • Sending the Password with remote Login and don't insert login data manually

    Hello,
    I want to do a remote function call on another SAP System. But I don't want to insert the other login data (user, password) manually. Is there a possibility to do this. Thanks.
    Regards, Lars.

    Hi Lars,
    You need to create RFC detsination in the other SAP System. And you need to set up RFC Trusted/Trusting Systems using transaction code SMT1.
    For more help, please check the below links.
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/d3/5b5c8ac5a93941b9f4e2f09b50beb4/content.htm
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/6f/1bd5b6a85b11d6b28500508b5d5211/content.htm
    Please also check the below link..It may not be completely relavent for your requirement, But will guide you.
    http://help.sap.com/bp_waterutilv1472/BBLibrary/Documentation/Util_DataReplication_Guide_EN_US.doc
    Thanks
    Ramakrishna
    Message was edited by:
            Ramakrishna Ramisetti

  • [svn] 1774: Bug: BLZ-176 - Not getting an authentication error when Producer tries to send a message over streaming channel with insufficient credentials .

    Revision: 1774
    Author: [email protected]
    Date: 2008-05-16 13:29:10 -0700 (Fri, 16 May 2008)
    Log Message:
    Bug: BLZ-176 - Not getting an authentication error when Producer tries to send a message over streaming channel with insufficient credentials.
    QA: Yes
    Doc: No
    Checkintests: Pass
    Details: This was caused by the fact that streaming channels do not report connected until the initial ping completes and a URLStream is established with the server. Added some extra code in ChannelSet to make sure authentication errors are reported with correct faultCode even if the channel is not reporting connected.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/BLZ-176
    Modified Paths:
    flex/sdk/branches/3.0.1.x/frameworks/projects/rpc/src/mx/messaging/ChannelSet.as

    Revision: 1774
    Author: [email protected]
    Date: 2008-05-16 13:29:10 -0700 (Fri, 16 May 2008)
    Log Message:
    Bug: BLZ-176 - Not getting an authentication error when Producer tries to send a message over streaming channel with insufficient credentials.
    QA: Yes
    Doc: No
    Checkintests: Pass
    Details: This was caused by the fact that streaming channels do not report connected until the initial ping completes and a URLStream is established with the server. Added some extra code in ChannelSet to make sure authentication errors are reported with correct faultCode even if the channel is not reporting connected.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/BLZ-176
    Modified Paths:
    flex/sdk/branches/3.0.1.x/frameworks/projects/rpc/src/mx/messaging/ChannelSet.as

  • HT4798 i created my apple id account, verified but know i m unable to log on, it says incorrect password, i tried to reset via forgot password option but it does not send reset password page to my e- mail address, how can i get this sorted or delete my pr

    User created apple id account, verified but know she is unable to log on, it says incorrect password, she tried to reset via forgot password option but it does not send reset password page to here e- mail address, how can i get this sorted? or how can i get her whole apple account deleted and created new one using same e - mail address?

    The idea to jumpstart by change was not the smartest one, but gives you an opportunity to use that "temporary" account as permanent. You do not have a choice cause obviously despite you thinking that old account is no more -it does exist on Apple servers. And if you are unwilling to share your [email protected] with friend, just create one extra [email protected] for your friend. One suggestion - do not use gmail.

  • HOW TO SEND PERSONALIZED EMAILS (WITH SAME MESSAGE) TO ALL ADDRESSES IN THE ADDRESS BOOK - WITH RECIPIENTS SEEING ONLY THEIR NAME BUT NOT WHO ELSE IS GETTING IT

    HOW TO SEND PERSONALIZED EMAILS WITH THE SAME MESSAGE, BUT WITH THE INDIVIDUAL RECIPIENT'S NAME... (OR NAME AND THE EMAIL ADDRESS) TO ALL ADDRESSES IN THE ADDRESS BOOK - WITH RECIPIENTS SEEING ONLY THEIR OWN NAME WITHIN THE BODY OF THE MESSAGE TO THEM ?
    ALSO, HOW TO ELIMINATE ALL THE OTHER NAMES FROM THE LIST - SO THEY CAN NOT SEE WHO ELSE IS ON THE MAILING LIST, AND WHO ELSE IS GETTING THE SAME MESSAGE?

    In the csv file, the column headers must match the the special references in curly brackets.
    So you either change the column header in .csv file or the bit in the curly brackets in the Template email.
    To change the column header:
    In the example shown below, I wanted to use the first two columns
    'First Name', 'Last Name' note the exact spelling.
    I also wanted the email address which was in a column called 'Primary Email'.
    To make it easier for me, I copied the Primary Email column and inserted it into the third column position and then changed the column header name from 'Primary Email' to 'Email'. (This meant I still had the original column header just in case). see image below.
    But you could just change the column header name from 'Primary Email' to 'Email' without moving column about - up to you.
    At this point check that all the contacts do have a valid email address.
    then save the file.
    If you do not want to edit the .csv file, then you need to edit the template email.
    eg: {{First Name}} {{Last Name}} <{{Email}}>
    change to : {{First Name}} {{Last Name}} <{{Primary Email}}>
    If still having an issue, please post two images.
    One image needs to show the row of column headers used in .csv file.
    The other image needs to show the Template email, so I can see how you have used the curly brackets.

  • Passing get or post parameter with getUrl()

    Hello I need to pass get or post parameter with getUrl, the
    help say that:
    firstName = "Gus";
    lastName = "Richardson";
    age = 92;
    getURL("
    http://www.macromedia.com",
    "_blank", "GET");
    but it dosen't work! I dont anderstan where I have to tell to
    getUrl wicht variavle it have to send in the get? Where can I tell
    to the getUrl function, the variables to send are firstName,
    lastName and age, per example?
    Thanks, can you

    I want to send the variables to an html page, but I don't
    know how to do this? Can you help me please?

  • Sending an username and a password with SSL but without Authentication

    Hi,
    I've read several threads about this topic but I'm still confused. I need to send a login and a password in a more or less secure way (not sending it in the get/post and not using a base64 encoding), but I don't want authentication, just to send the info from the browser to the server without everyone in a firewall/proxy being able to read it. I don't want the popup window annoying the user. Buying a certificate from a certification entity would be the last option.
    Could anyone confirm that is impossible to do without including the authentication?
    Thanks in advance,
    - Juan

    HTTP Authentication works via a glorified GET anyway.
    You can only (generally) send stuff via GET or POST.
    SSL encryption takes place outside (or around) the request and response of HTTP, so using an https URL to a server that supports it will make sure that the data in the request including the name & password are encrypted.
    I don't want the popup window annoying the user. Not that you need a popup... a simple form would do, but you need to get the username from the user somehow. You can't get it from the browser otherwise.
    A certificate is not normally needed on the client side, but it is needed on the server.

  • Cannot send password with UTTSC

    I am having trouble sending a username and password via the SRWC to a VMware View desktop when using the SunRay View Connector on SRSS 4.1 (and 4.2).
    Whenever I try to send a username and password with the following parameters with SRVC:
    -s 10.101.15.240 -d STU -http -- -u student -p northwestern -m -b -r disk:USBDRVS=$HOME/USBDRVS
    I receive the following error:
    [ID 702911 user.error] /opt/SUNWuttsc/bin/uttsc exited with error code 1 - exiting
    with all of the command line options displayed before it.
    When I remove the -u and -p, everything works fine, but I cannot send the username and password that I need to. According to the MAN page, I am using the correct syntax for sending a username and password, but it still will not work no matter what I do. Any thoughts?

    The issue here is that VDM uses one-time login credentials which are passed to the VM. These are set-up on the back-end then communicated to the VDM-tools within the Vm, and to the VMD client on the front end.
    In the case of the Sun Ray VDM client, after identifying the Vm and being told the one-time credentials, it invokes the /etc/opt/SUNWkio/sessions/uttsc/uttsc script. It invokes this script and passes the appropriate -u and -p options. It also passes any options given to it from the "Arguments" field in the GUI.
    I believe that what's happening to get your exit code 1 is that the uttsc script is getting passed two sets of these options; the ones that you put in and the ones that the VDM clients derives.
    You can try a couple of things... The first is to disable the Single Sign On behavior of View. This will require users to auth against the GINA on the host. This will also let uttsc pass the credentials on the Arguments Field. To do this you must edit the GPO for the Vie Agent. Details can be found in the View admin guide.
    Alternatively, you could try editing the uttsc script above to ignore some of the invocation switches and use the -u and -p that you intend

  • While send/receive email, I have received an error message "Sending of password d"? However with same login details, I am able to login with other application.

    While send/receive email, I have received an error message "Sending of password d"?
    However with same login details, I am able to login with other application.
    I have changed password still the issue remains as it is.

    https://support.mozilla.org/en-US/kb/cannot-send-messages

  • Hi I just got a new macbook pro i7 processor and i am trying to send a email with  iPhoto and it comes back with The Email sever didn't recognise your username /password combination I'm with btyahoo  thats my I S P

    hi i just got a apple macbook pro on sat... it is the i7 processor 13inch.. the thing is i have been trying to send a picture with iphoto but it just comes back with the sever didn't recognise my Email/password combination

    Go to the Mac App Store main page and click on Support under Quick Links.
    (82704)

  • Get parked items moved into a cleared status with out actually posting the

    Hi,
        I need to find a way to get parked items moved into a cleared status with out actually posting the item for payment.  I do not have a PO or goods receipt to post them to. There are some invoicese which we are not paying but we want to keep those items in the history of the vendor. I need to be able to run a parked report of open items and not have these pull into that report.  I have a some parked invoices  for various vendors that I need to get moved into the cleared status.
    Requesting you to provide suggestion on this to proceed.
    Thanks and regards,
    Rj.

    hi,
    i dont think there is any suh format.as per my knowledge u have to post park documents then only it would clear.
    Regards,
    Greeshma

  • I am being asked to verify my Apple ID.  When I enter the password I get the message it is wrong.  It says the e-mail address is already verified for another Apple ID and then it says it is sending an e-mail to my e-mail account that I then never receive.

    I am being asked to verify my Apple ID.  When I enter the password I get the message it is wrong.  It says the e-mail address is already verified for another Apple ID and then it says it is sending an e-mail to my e-mail account that I then never receive.  How do I resolve this?

    This is most likely caused by an iCloud sign up (which forces you to use an email address as Apple ID).
    Here's the workaround fix I found after some online research:
    https://discussions.apple.com/thread/3656336

  • I have a new email address and updated it with my apple id/icloud and updated on my iPhone, but i'm getting a pop up to enter my password with my old email address listed for iCloud/Apple id.

    I have a new email address and updated my apple id/icloud  with the new address. I updated on my iPhone, but i'm keep getting a pop up to enter my password with my old email address listed for iCloud/Apple id.  How do I get it to go away?

    Did you create a NEW Apple ID or did you change the email address for your OLD Apple ID? This will affect how you update apps in the future.
    Anyway, go to Settings/iTunes&App Stores, log out, then log in with the new ID.

  • Just moved my email from entourage to Mail. Having real problems with getting my signatures to work properly. When adding in a small company logo, windows computers only receive signature as an attachment. Am sending email as Rich Text. Any ideas on a fix

    Just moved my email from Entourage to Mail. Having real problems with getting my signatures to work properly despite sending email as Rich Text.
    When adding in a small company logo to the signature, PC's / windows computers only receive signature and logo as attachments.
    I've tried all possible fixes I can find including getting a PC user to format the logo but no joy. Has anyone experienced this and any ideas on a fix gratefully received.

    Send it as html so the signature is an image source URL

  • On my imac, All of a sudden I am unable to send original emails with any attachments.  I can attach the file but when I try to send it, it won't send.  Also, if I am emailing back and forth as it gets longer, it no longer transmits

    On my imax, all of a sudden I am unable to send original emails with attachments of any size.  I can attached the file but when I try to transmit, it will not go.
    Also, if I am emailing back and forth, once there gets to be several threads, it will no longer transmit.  Any suggestions. I am using gmail in the apple mail system

    Mike,
    Are any of your other applications going wonky, or is it just Logic?
    I'm afraid I've never heard of this particular problem before, but if it were happening to me the first thing I would do is delete my "com.apple.logic.express.plist" file in Library>Preferences, then repair permissions in Disc Utility, and finally restart my computer.  Then I would launch Logic and see if the problem has been corrected.  It's amazing how much these two steps can accomplish.
    If that doesn't resolve the issue I would launch Logic and go to Preferences>Audio Units Manager to see if all my plug-ins are properly validated.

Maybe you are looking for