#ZegnatSo you can make the call based on HTTP method, if it is a GET, you probably want to validate the params so you can exit early if it is not a valid OAuth request, but at that point you have already determined the type of request based on the method. (Which I thought the issue here was.)