You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to proxy my app on browser. I am using the script NODE_ENV=preprod rnv run -p tizen --hosted --hostIp 127.0.0.1 --port 3000 to run app on browser. If I open the localhost:3000, everything is ok. But I need proxy my app to a url https https://www.clarotvmais.com.br/ to do authenticated requests with cookies. I am using charles for this. I configured the map remote, but when I open it in the browser, I receive "Invalid Host Header".
Charles - Map remote
Browser
Charles when try to load page
Can you help me please?
The text was updated successfully, but these errors were encountered:
Hello everyone.
I am trying to proxy my app on browser. I am using the script
NODE_ENV=preprod rnv run -p tizen --hosted --hostIp 127.0.0.1 --port 3000
to run app on browser. If I open the localhost:3000, everything is ok. But I need proxy my app to a url https https://www.clarotvmais.com.br/ to do authenticated requests with cookies. I am using charles for this. I configured the map remote, but when I open it in the browser, I receive "Invalid Host Header".Charles - Map remote
Browser
Charles when try to load page
Can you help me please?
The text was updated successfully, but these errors were encountered: