Hey Fransisco, 2011/2/17 Francisc Simon <[email protected]>: > i try to post some data with libCURL but it does not behave exactly the > same like calling it from my browser.
You are trying to post data from libcurl to a Wt application ? Is this to: a) a resource of an existing session ? b) a new application session ? c) or, a static resource ? > I have read something about 3 possible behaviours of the build in web > server that is able to distinct between > Bots and so on. Is that such a issue which parameter should i set to get > the same behavior like the default > browser. I tried to set the USERAGENT flag for the libCURL call but it > also does not seem to work. For case c), It would help if you add the libCURL user agent to the list of bots in your wt_config.xml. But I cannot really understand what the purpose would, except for perhaps testing ? Regards, koen ------------------------------------------------------------------------------ The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects in the development cycle. Locate bottlenecks in serial and parallel code that limit performance. http://p.sf.net/sfu/intel-dev2devfeb _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
