playframework 2.0 - Issue with Secure social in gmail Logout URL in play application -


i logging in using secure social log in application using gmail. facing issue in logging out gmail.

i facing following error during logout action.

xmlhttprequest cannot load https://www.google.com/accounts/logout?continue=https://appengine.google.com/_ah/logout?continue=http://sample.domain.in:9020/googlelogout/. no 'access-control-allow-origin' header present on requested resource. origin 'http://sample.domain.in:9020' therefore not allowed access. 

i calling following link in application action logout.

https://www.google.com/accounts/logout?continue=https://appengine.google.com/_ah/logout?continue=http://sample.domain.in:9020/googlelogout/ 

please me sort issue.


Comments