Crash on accessing a normal script from actor script

Hi All,

I’m Facing an strange crash issue on trying to access http functionalities.
I have created an empty class and implemented HTTP functions and calling those from an Actor class which simply results in a crash issue.
it generally points to → TSharedRef Request = SendPostRequest(OutputString,url);

do anyone have an idea about this issue ?
Thanks,