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
If the user performs a POST method navigation into the scope of a web app who has "capture_links": "existing-client-event" should the POST data be retained in the launch event?
We should probably expose a Request object rather than just the URL that got captured.
How would the site invoke this POST navigation? I think at the moment the web only has form elements to be able to do POST navigations for the document. Location.assign() should probably be updated to accept Request objects.
The text was updated successfully, but these errors were encountered:
If the user performs a POST method navigation into the scope of a web app who has
"capture_links": "existing-client-event"
should the POST data be retained in the launch event?We should probably expose a Request object rather than just the URL that got captured.
Possible launch event API:
How would the site invoke this POST navigation? I think at the moment the web only has form elements to be able to do POST navigations for the document.
Location.assign()
should probably be updated to accept Request objects.The text was updated successfully, but these errors were encountered: