Browse Source

Don't add the ID to the get request, as it's not used.

* Instead put in the GET header, along with x-url
* Update the servers/README to indicate that
Alex Bennee 14 years ago
parent
commit
1b30ca7b3c
1 changed files with 6 additions and 4 deletions
  1. 6 4
      README

+ 6 - 4
README

@@ -42,8 +42,6 @@ CMD is the command to the edit server, it may be one of the following:
 
 
 * edit
 * edit
 
 
-Optional parameters: ?id=${ID}&url=${URL}
-
 The edit command is sent as an HTTP POST request. After the headers
 The edit command is sent as an HTTP POST request. After the headers
 the data is the current contents of the text area.
 the data is the current contents of the text area.
 
 
@@ -51,8 +49,12 @@ Once the edit is complete the server sends an HTTP 200 (OK) response
 with the data containing the new text area text. Any other response
 with the data containing the new text area text. Any other response
 will result in the text area not being updated.
 will result in the text area not being updated.
 
 
-The optional URL allows the edit server to create more identifiable
-names for the buffers/temp files to help the user keep track.
+The extension also sets some headers which may be used by the edit
+servers to create more identifiable names for the buffers/temp files
+to help the user keep track.
+
+x-url: The URL of the source page
+textid: The unique (on the page) ID of the text area
 
 
 * status
 * status