Search Results

-3
votes

Making sure a web page is not cached, across all browsers.

Use POST instead of GET. That should fix most issues. And yes, that implies using forms instead of plain links. …
1
vote

Is there anyway to avoid this security issue in Lua?

I have no solution (I don't use Lua, I'm just interested in it from afar), but what you're after is called a "sandbox". Google for …
0
votes

How dangerous is it send HTML in AJAX as opposed to sending JSON and building the HTML?

The only reason I'm interested in doing this is because of the huge pain it is for front-end developers every time there's a DOM structure/CSS change so you now have to go figure out …