Posts by Savio • 9 points
4 posts
-
0
votes1
answer246
viewsA: URL friendly Classic ASP with Isapi Rewrite
Solved with the following rules: <rule name="reverse" enabled="true" stopProcessing="true"> <match url="(.*)" /> <conditions logicalGrouping="MatchAll" trackAllCaptures="false">…
-
0
votes1
answer246
viewsQ: URL friendly Classic ASP with Isapi Rewrite
Good morning, you guys. The point is I can access an address dominio.com/modulo/id/titulo and he rewrites to dominio.com/default.asp?link=artigo&id=123&titulo=teste, but my question is…
-
1
votes0
answers236
viewsQ: Whatsapp cutting text after equal character (=)
I realized that Whatsapp Web, when forwarding a message via link, for example with the link below, it will cut the character =:…
-
-1
votes2
answers329
viewsA: Browsing history with history.pushState
I resolved with: $(window).on("popstate", function () { var linkAtual = window.location.href; AbreEmDIV(linkAtual); });