Pass special characters on the javascript api payload

const value = encodeURIComponent(value).replaceAll('%20','+'); const url = 'http://example.com?lang=en&key=' + value

Post a Comment

0 Comments