Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help with http.Connect & http.Post
#1
Hi, I am sorry to bother.
Could anyone help me translate this little JavaScript code to QM? Thank you so much.

<script>

var url = 'http://myblog.post/?lftoken=xyz"
var xhr = new XMLHttpRequest()
xhr.open('POST', url)
xhr.send('body=Hello')

</script>


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)