Arduino Mega - ESP32 Serial Communication

connect the 5 DHT to ESP pins, and use a 16 channel port expander for the relays.

I have managed to find out why when I use the line of code "urlTU += Pachet;" it did not send the URL. Apparently there were some empty spaces that were transmitted. I used the trim() function and now it works fine.