I try receiving data from external website with webhook. But, Access to fetch at webhook from origin external website has been blocked by CORS policy.
so, i want to allow to access control allow origin setting in botpress webhoo. what can i do?
l
limited-pencil-78283
03/13/2024, 7:35 AM
You need to use a proxy service to avoid CORS. Most simple is to send the payload to a .PHP page and let it post the data to botpress webhook
p
prehistoric-fish-91315
03/14/2024, 9:11 AM
That is only solution for this problem? So, Every botpress user must use proxy service ???
this occur problem what i don't know. i notice that meta tag is not a solution on CORS. so i need help botpress in external website receive data from that website.