do you solved this problem
i am also finding it
anyone help
i am unable to loggin to blospot.com
my chrome profile i am logged in
but when i use this profile with bas then it ask me to login
when i login with bas it shows me this
Annotation 2019-12-11 100203.png
GET variable with spaces
-
-
@basmail said in GET variable with spaces:
Hello guys!
I want to add a variable like "12 South St Romford RM1 1RA UK" with the GET function to my database but it does not work.
A variable like "text123" is working just fine.Does anyone know what the problem is?
Thank you and best regards!
spaces in the url must be escaped. Use the encodeURIComponent() method
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/encodeURIComponent
