View Single Post
darkid
Member
Join Date: Sep 2014
Old 02-04-2015 , 01:06   Re: [EXTENSION] Socket (3.0.1)
Reply With Quote #502

Quote:
The POST operation can be used to create a new document with a server generated DocID. To do so, the URL must point to the database's location. To create a named document, use the PUT method instead.

It is recommended that you avoid POST when possible, because proxies and other network intermediaries will occasionally resend POST requests, which can result in duplicate document creation.
I'm creating named documents, and would like to be able to delete as well. I didn't ask for help with the background, I merely wanted to know if I could do these requests with Socket. My post in scripting lead me back here, but if you've got a strong suggestion as to what I could ask about, shoot.

I have a perfectly functional understanding of HTTP requests. I've worked with this database via Curl and with java libraries, it's sourcemod that I'm confused about.

Last edited by darkid; 02-04-2015 at 01:10. Reason: Punctuation, typos.
darkid is offline