That would work, and you could either code your HTML page to URL encode the variable assignments or put them in the HTTP header. Although you could get it to work using any HTTP request type, it's best practice to use an HTTP Post for transactions that apply a change. You will need to read the incoming URL and/or request header to determine whether the request constitutes an update and which field is being updated.