views:

21

answers:

0

Our company app utilizes the Ext Direct so it bundles and sends requests from our client to the our MVC framework. Currently I'm working on a side project to test out GWT, and would like to get my test page to talk to our server. My question is if it is possible to bypass Ext Direct to send an http request to mvc directly, or Ext direct intercepts all http requests coming in?

Thanks in advance!