Tag: CORS


  1. Cross-Origin Resource Sharing with Play! framework

    I was trying to develop with play! framework for a 3-tier achitecture. So I run 2 applications on the same machine but on 2 differents ports (the front on 9010 and the back application on 9011 that has access to the database). Trying to call WS services (with JSON format)…

    CORS, Cross-Origin Resource Sharing, playframework