Sunday, 6 March 2016

Accepting Express.js POST Requests in a Chrome App?

I'm using a browerified Node.js application as a Chrome App.I'm trying to send POST requests to the Express.js server in my app, but it's giving me errors as such:OPTIONS chrome-extension://ooehielncbmhjhokekcpfbomhddphpgc/postNote net::ERR_FILE_NOT_FOUND I'm running the main page of my app in Sandbox, but I would think that would allow me to contact my own extension, so I assume this is user error and not a limitation of the Sandbox.I can post more information as necessary.

Submitted March 06, 2016 at 04:26PM by Slapbox

No comments:

Post a Comment