Skip to content
This repository has been archived by the owner on Sep 25, 2021. It is now read-only.

Programmatically visit with Form data #604

Open
onur-km opened this issue Mar 1, 2021 · 0 comments
Open

Programmatically visit with Form data #604

onur-km opened this issue Mar 1, 2021 · 0 comments
Labels

Comments

@onur-km
Copy link

onur-km commented Mar 1, 2021

document.addEventListener("turbolinks:request-start", function(event) {
  var xhr = event.data.xhr
  xhr.setRequestHeader("X-Request-Id", "123...")
})

How can i add form data, above function?

@onur-km onur-km changed the title Visit with Form data Programmatically visit with Form data Mar 1, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant