2
I need to send a parameter GET which is encrypted in AES but in the hash sometimes comes a +
and in sending the browser interprets this +
separating the hash.
Example of the URL:
http://meusite/rota/?empresa=U2FsdGVkX1+T0MCaQbe7CRkz6jsZQoznI80UCEK6s0I=
How do I get the company parameter:
U2FsdGVkX1 T0MCaQbe7CRkz6jsZQoznI80UCEK6s0I=
how can I treat this GET to receive the hash without separation?