PDA

View Full Version : how to enable "Access-Control-Allow-Origin" in Qt



psridharan
18th December 2012, 19:53
Hi
My javascript uses Facebook an other Apps using Socks5 Proxy,
I want to get "Access-Control-Allow-Origin" in Qt.
I tried using " defaultSettings->setAttribute(QWebSettings::LocalContentCanAccessRe moteUrls,true);" but no improvement,
Can some one tell me what i have to so to get this resolved.

Pavi