I put into my application the ability to automatically post errors from the 
application. i.e. the app is a TclTk app and if something goes wrong, I have 
overridden bgerror. My bgerror presents the information in a nice format and 
has a button named "Report".

When the user presses that button, a http request is fired with a properly 
formatted POST request. However, the data is never added. Looking at the 
content of the result from the post, I see:

<p><font color="red">Cross-site request forgery attempt</font></p>

How can I get around this? I really want my application to be able to submit 
bug tickets. As it exists now, it is able to search the existing ticket 
database to see if there is a ticket already submitted for the problem. If so, 
it tells the user about it and allows them to view the ticket. If not, it 
submits the bug (except for this minor problem).

Any thoughts?

Jeremy

_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to