how to send request from flask to another flask app with the same data
i have a Flask microservice with a port 4999 (api gateway)
and i have another Flask microservice with a port 5000
and i have a angular app
when i make a request from my angular app it send to 4999 and i get the data correctly with print()
but the probleme is whene i send the request from 4999 tp 5000 i always recive a empty data
4999 code :
4999 api code