Hi again.
I run into another issue trying to make something really easy but I can’t seem to find why it’s not working since this was already working.
What I’m trying to do is simply pass a value from Unreal to the server through a PHP file but the values “NumEmpleado” and “Contrasena” always appear empty. Is there something am I doing wrong?
I’ll be glad if someone could help. Images are attached for blueprints and php file on server.
Thank you very much.
EDIT | SOLVED: I got it to work by changing it to a POST request and connecting the Get Request Object to the Request Object. (Last image attached)