I have a firebase function that wait for a post request from Admob for a rewarded video ad verification. When I try to validate my url in adbmob I get error 404, but when i manually try to send a post request to the url, i get a 200 message.
The callback from admob is not a post but a get request. This was the solution.