Javascript – getting 500 internal server error for csrf token generation when url parameters has %40
For url if I want to create CSRF token it will give me 500 internal server error https://abc/conf.tmpl?Email=ychandra-d%40dd.com&training=234 but if use @ instead of %40, csrf token will generate https://abc/[email protected]&training=234 Can someone help me with this why changing in url…