How callback_url work when calling an external API
问题 I am using an external API provider, after calling a fetch function, it starts doing a verification, and after the verification is done (success or failure) it is supposed to post the result to a callback_url, but it doesnt. their API provides (along with "callback_url" parameter) a "redirect_url" parameter which is supposed to redirect you to that url once verification is done, i thought i would try it to see if it works or not. and it works fine. Here is the fetchInfo function i call in my