cagdascan / movieguru

Mobile app for recommending movies using IMDB API.
1 stars 0 forks source link

apache security check #12

Closed oyton closed 11 years ago

oyton commented 11 years ago

apache security check due to JSON transfer

oyton commented 11 years ago

apache security is out of scope for now

cagdascan commented 11 years ago

Cross domain requestleri apache configiyle değil şu şekilde yaparak çözebilir miyiz diye bir denemek lazım:

$( document ).bind( "mobileinit", function() {
// Make your jQuery Mobile framework configuration changes here!

$.mobile.allowCrossDomainPages = true;});
cagdascan commented 11 years ago

Bunu BETA'ya taşıyorum.

cagdascan commented 11 years ago

check later