Reputation: 1
<meta HTTP-EQUIV="REFRESH" content="0; url=http://www.example.com">
Hi, how can i obfuscate the http://www.example.com (like doing something with string.fromcharcode [i know that's only available in script tags] or some other encoding) since chrome gets rid of the whole url?
I know it can be done through script tags <script>document.location=String.fromCharCode()</script>
but i want to see how it can be done via meta tags.
Many thanks to anyone who can help :).
Upvotes: 0
Views: 546
Reputation: 5676
Perhaps you should use an already "obfuscated" url via bitly or tinyurl. But why insist, doing it in the meta-tag?
Upvotes: 1