2👍
✅
Since you are pulling the data from request.GET, it looks like you’re building the URL in the browser somehow. You need to use the Javascript escape()
function to handle URL-significant characters properly.
Source:stackexchange.com