It was my fault. Apache served my javascript code and web.py using another port provided the requested data. I knew that XMLHttpRequest only works on the same host, but now I learned that it must be the same port too.
Moving all functionality to web.py solved the problem.. Greetings, Uwe --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
