JavaScript XMLHTTP Post

263
2
Jump to solution
05-04-2023 01:00 PM
JohnLucotch2
Occasional Contributor

Can Survey 123 support XMLHTTP Post?  

 

Thanks

0 Kudos
1 Solution

Accepted Solutions
ZacharySutherby
Esri Regular Contributor

Hello @JohnLucotch2

You can send a POST request using xmlhttp in a custom JavaScript function. The important thing to note is asynchronous calls are not supported so you will need to set the async parameter to false when making the request. 

Thank you,
Zach

View solution in original post

0 Kudos
2 Replies
ZacharySutherby
Esri Regular Contributor

Hello @JohnLucotch2

You can send a POST request using xmlhttp in a custom JavaScript function. The important thing to note is asynchronous calls are not supported so you will need to set the async parameter to false when making the request. 

Thank you,
Zach
0 Kudos
JohnLucotch2
Occasional Contributor

Thanks that is what I was missing.

 

0 Kudos