beantownace
Active member
- Joined
- Feb 15, 2019
- Messages
- 42
- Programming Experience
- 5-10
Hello all,
Question I have is there anyway to be able to run a method for every request coming in per request to check a parameter and if that parameter exists I would run this login code I have then after the request or any error logoff method I have.
I was just curious if somehow through the startup someway etc. be able to run this for every request coming in. The requests coming in have a FromBody all posts with one of two common objects.
Thanks all just curious if something existed like that based on a scenario I am dealing with.
Question I have is there anyway to be able to run a method for every request coming in per request to check a parameter and if that parameter exists I would run this login code I have then after the request or any error logoff method I have.
I was just curious if somehow through the startup someway etc. be able to run this for every request coming in. The requests coming in have a FromBody all posts with one of two common objects.
Thanks all just curious if something existed like that based on a scenario I am dealing with.