Skip to content Skip to sidebar Skip to footer
Showing posts with the label Url Encoding

Encode Uri (spaces Etc.), Without Encode Non-ascii Characters

When I use escape/encodeURI/encodeURIComponent to encode URI, it's encoding special characters … Read more Encode Uri (spaces Etc.), Without Encode Non-ascii Characters

Google App Script Make Get Request To Another Script With Parameters

I have two google scripts: 1) Script A with url say sa/exec which accepts parameters a,b,c 2) Scrip… Read more Google App Script Make Get Request To Another Script With Parameters