What I did?
In SerialMonitor in Arduino IDE after AT+CIPSEND=xx every \r\n is just ENTER (if it is NL+CR setup).
So every line where it is \r\n\ need to be ENTER as shown:
GET /requestdatabase.php?apples=200&oranges=230 [ENTER]
HTTP/1.1 {ENTER]
Host: http://wersjarobocza.hol.es [ENTER]
So full code looks like:
AT+CIPSEND=95
> GET /requestdatabase.php?apples=200&oranges=230
HTTP/1.1
Host: http://wersjarobocza.hol.es
SEND OK
But... There is another problem, which maybe someone got before...
+IPD,166:<html>
<head><title>502 Bad Gateway</title></head>
<body bgcolor="white">
<center><h1>502 Bad Gateway</h1></center>
<hr><center>nginx</center>
</body>
</html>
OK
CLOSED
OK
If I will find any solution for Bad Gateway... I will write it here. If someone have a solution, please share with me