Tagged Questions
1
vote
3answers
517 views
Javascript and PHP how should I en/decode my data
I would like to know in what encryption should I encode my data and why. First of all, I use GET method because it is search engine inside website. Second, I use RTL language (hebrew). And third which ...
2
votes
2answers
345 views
Should I use HTTP or HTTPS to reference resources on the Google CDN?
All the examples of accessing google's CDN use https:// in the URL (including on Google itself) - but this has caused a problem when testing in Safari (certificate problem and also different domain).
...