Rank: Newbie Groups: Member
Joined: 1/23/2022 Posts: 1
|
Hi, everytime I change the method to "PUT", it still keeps sending a POST request instead of PUT. I need to send PUT because theres a json payload i need to send over
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Hi,
We have looked into this and it doesn't appear that it is supported by the underlying browser engine. The root of the issue is the payload must be sent through Request.PostData, and the browser engine will always uses POST when it sees PostData.
If you use the product in a different way without involving PostData, then please post a small piece of test code and we will look into it again.
Thanks!
|