Same method being used by Hangfire and end user

Hi, I’m new to this so this might be a stupid question.

I’m using Hangfire to do a HttpRequest and email the result to registered users in the backgound. So far so good.
But at the same time i want a user to be able to do a request using the same method on the web.
After adding Hangfire i can no longer use the form on my page to do the HttpRequest.
Do i need to create a specific HttpRequest method that is only used by Hangfire?

Thank you!
A