I have a form created in Forms Version 12 using the modern designer. I am attempting to call a third-party API using a fetch request. I am getting an error message that null is not a valid origin. When inspecting the request in the browser F12 tools, the Origin header being sent has a value of null.
Is there a way to resolve this issue so the Origin header on the request has a value?