Hi,

I am developing an application for GAE that uses OAuth to access GData
feeds.
OAuth needs a static, public ip (domain) to callback to. I can manage
my way around this by using dynamic dns and port forwarding on my
router.
But this is not possible behind a corporate firewall ! Any advise
here ?
Debugging is impossible. Opening a browser to

http://myname.no-ip.com/index.html?gwt.codesvr=127.0.0.1:9997 says
that 127.0.0.1 is unreachable.

Opening a additional port 9997 and forwarding that to my development
machine like this :

http://myname.no-ip.com/index.html?gwt.codesvr=myname.no-ip.com:9997
does not work either. The development plugin keeps on looking for a
connection that never happens.

How to go about here ?


thx,

koen

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to