firefox - Cross-Origin Failure with Express Node Server -
my code works on localhost when uploaded debian vps server not fire. curl -h -origin request works perfectly... i've tried please help!! lol
here firefox-firebug error::: cross-origin request blocked: same origin policy disallows reading remote resource @ http://localhost:10005/threadpreview. (reason: cors request failed).
this huge problem me. i've tried every access-control-allow-headers/methods/origin combination possible. @ loss. i've tried preflight requests. shouldn't need 1 i've still tried no avail.
could server security? working off of vps debian squeeze server.... firewall maybe?
this portfolio need online can myself employed.... sigh! please , thanks!!
when accessing webpage on remote server can't use local host.
you want make request against vps ip address. or domain name if have it.
calling local host on browser client going request resources client computer opposed server
Comments
Post a Comment