Currently we don't log requests when something is done other than GET. This is probably due to the first purpose of requestlogger....which is just logging requests ( GET ) But maybe we should have a similar structure ( or tweak the current one ) that registers what request method was passed. This will allow us to keep a narrow track of every request that is being done to the TDT.
Note to self: This will have influences on the Stats-resource build on the back-end used by Requestlogger (prolly needs a group by GET or something if the change is put through)
Currently we don't log requests when something is done other than GET. This is probably due to the first purpose of requestlogger....which is just logging requests ( GET ) But maybe we should have a similar structure ( or tweak the current one ) that registers what request method was passed. This will allow us to keep a narrow track of every request that is being done to the TDT.