Open GoogleCodeExporter opened 8 years ago
I'm not sure I fully understand the issue. The HTTP POST will go to precisely
the URL you specify in startRecording. It's up to you to configure your server
to ensure that the URL resolves to a server-side technology that can capture
the body of a HTTP POST request. For testing purposes, it can be helpful to
just try to handle an HTTP GET by loading the URL in your browser. If the GET
works, switching to a POST shouldn't be too hard. Here are some more details
on domain configuration:
This sounds like it might be a misconfigured server:
http://computer.howstuffworks.com/internet/basics/question180.htm
If this doesn't answer your question, I'll probably need more information to
help. Does it work if you omit the "www" in the URL in startRecording? Are
you hard-coding the full URL, or are you computing it in Javascript based on
the site? What server-side technology are you using to handle the HTTP POST?
How is your site hosted? What version of Flash/Linux are you using?
Original comment by mcgrawian@gmail.com
on 30 Nov 2011 at 6:27
Original comment by mcgrawian@gmail.com
on 2 Dec 2011 at 7:44
Original issue reported on code.google.com by
lauri.ja...@gmail.com
on 30 Nov 2011 at 4:38