Ajax requests conflict with emApp

Spyfalcon

Joined: 2006-12-13
Posts: 2
Posted: Sat, 2007-03-24 21:10

Hello,

I'm trying to integrate G2 with the Seagull PHP Framework. G2 especially v2.2 heavyly uses AJAX requests they become tricky if the backend echos the JASON result before any headers have been sent. This causes an error in Seagulls request handling. So my question is, whether there is any chance to change the request URI for AJAX requests so that it is possible to implement a different filter chain for them?

regards,
Peter

 
Spyfalcon

Joined: 2006-12-13
Posts: 2
Posted: Sun, 2007-03-25 09:21

Well, it seems checking isDone gives enough control.