oak server can't accept requests from another server?
hi, I'm trying out deno with oak to make a simple server. I set up cors(x/cors), it accepts requests from the browser, but when I try to make a request from a another server, the
fetch
fails.
any idea why this is happening and a way to fix it?
thankss0 Replies