[FR] Send axios requests in emulator from the back...
# 👀feature-requests
l
Currently, when running code in the emulator, axios requests are sent from the frontend. As a result, when you have a request where you need to adjust the 'origin' header, it fails, because for security purposes, browsers can't send requests with modified 'origin'. Took me an hour to figure out why the endpoint kept returning "400 Bad Request" 🥲 I presume it must be a high-effort request for a rather niche use-case, but I thought it's worth submitting.