EC25 send data to server through http GETmethod

I am trying to send a data to my server, I used GET method to send the data. The response is 400 bad request.
The command that I used to send data through my quectel module EC25 is :
GET /api/v1/save-device-info?key_id=1&keyString=[data]&deviceId=data&dateTime=2021-10-29 18:00:00&authorization_key=data HTTP/1.1
Host: domain name

Can somone help me?

Hi Vetrivel
Please check if your request is correct or the domain name is correct.

Hello Felix,
Thankyou for your response.
I replace domain name with the domain name of my client’s server, that won’t be an issue.
Other than that - I see that the issue is because of “malformed request syntax/ invalid request message framing, or deceptive request routing”.
Any help is much appreciated.
Thanks in advance.