What the programing language can send http post or get from client in web brower? -
what programing language can send http post or client in web brower ?
i think flash actionscript or ajax or java applet not working cross domain security thanks
nothing in browser sandbox past cross-domain security (which point of having sandbox in first place).
you'd have write native browser plugin or use java applet asks "unlimited system access".
another option use 1 domain can access via xhr act proxy (have code there fetches result domain want access). can forward cookies , such, target domain looks request coming data center (not end user's browser).
Comments
Post a Comment