rhh 29 posts since
Oct 12, 2007
18.
Re: Is it mandatory to keep curl-access.txt ? May 26, 2008 9:37 AM

in response to:
URPradhan
I'm quite sure there's no requirement for a curl-access.txt or crossdomain.xml file for the standard uses of HttpForm. The reason is that when you submit a form, an HTTP GET or POST request is submitted to the server which results in a new page being brought up in your browser. In this respect, submitting a form is just like clicking on a link, and there is certainly no requirement that a site has to have a curl-access.txt or crossdomain.xml file on it in order for you to be able to link to it. The difference between (1) linking (or naming a URL as the form-action for an HttpForm) and (2) reading a file from a URL is that in the second case your Curl applet can see the data from the URL, while in the first case only the browser sees that data. That's why the second case requires a curl-access file and the first case doesn't.
Pradhan, did you actually have a problem being unable to use a valid Url for the form-action of an HttpForm? If so, could you give us more information about the situation, such as the actual URL you wanted to use and the way in which you were configuring your HttpForm?
-Bert