Welcome Guest Search | Active Topics | Sign In | Register

How do you send a PUT request in the Request object Options
BigHeadOS
Posted: Sunday, January 23, 2022 8:43:16 PM
Rank: Newbie
Groups: Member

Joined: 1/23/2022
Posts: 1
d'oh!

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
eo_support
Posted: Tuesday, January 25, 2022 2:52:35 PM
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!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.