Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 131893
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T06:10:37+00:00 2026-05-11T06:10:37+00:00

(With reference to this answer :) When I POST with a URLRequest, does it

  • 0

(With reference to this answer🙂

When I POST with a URLRequest, does it automatically include cookies from the browser session in which Flash is hosted? If not, how can I make it include them, or if necessary retrieve them and include them myself?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T06:10:38+00:00Added an answer on May 11, 2026 at 6:10 am

    Provided the cookie domains (of the page hosting the Flash control and the URL to which you’re posting) match, then yes, the browser cookies get sent with the request by default. As a quick example (working version here), I’ve thrown together a simple ColdFusion page hosting a SWF containing the following code:

    <mx:Script>     <![CDATA[          private function btn_click():void         {             var req:URLRequest = new URLRequest('http://test.enunciato.org/test.cfm');             req.method = URLRequestMethod.POST;              var postData:URLVariables = new URLVariables();             postData.userName = 'Joe';             postData.userCoolness = 'very-cool';              req.data = postData;             navigateToURL(req);         }      ]]> </mx:Script>  <mx:Button click='btn_click()' label='Submit' /> 

    … and in that page, I set a cookie, called ‘USERID’, with a value of ‘12345’. After clicking Submit, and navigating to another CFM, my server logs reveal the cookie passed through in the request:

    POST /test.cfm HTTP/1.1 Mozilla/5.0
    ASPSESSIONIDAASRDSRT=INDFAPMDINJLOOAHDELDNKBL;
    JSESSIONID=60302395a68e3d3681c2;
    USERID=12345
    test.enunciato.org 200

    If you test it out yourself, you’ll see the postData in there as well.

    Make sense?

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

With the reference of this answer , what is Theta (tight bound)? Omega is
I saw this in an answer to another question , in reference to shortcomings
I'm writing this question with reference to this one which I wrote yesterday. After
This post reference to the One Definition Rule. Wikipedia is pretty bad on explaining
This is in reference to a question I asked earlier. Aside from viewing the
I would like someone to answer this and if possible provide some reference links
I'm currently creating an explicit reference to this in the outer class so that
Comment on Duplicate Reference: Why would this be marked duplicate when it was asked
This is in reference to my other question Auto Clearing Textbox . If I
This is in reference to the question previously asked The problem here is, each

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.