I am having a problem using request to authorise. looking at what is coming back after the request, body is empty.
I think this may be due to the setup I have so hopefully someone can tell me.
I have a frontend svelte app with a login screen. This calls the login rest api for a backend server and receives a token if the username / password is successful.
Now when I login manually via the browser - success.
When I use cypress to complete the screen - success.
When I use cypress to call the login rest api directly - success.
But if use request of the login page, then it doesn't work.
So with the configuration above, is request just not going to work?