jwineman
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by jwineman-
jwineman commented,
Just kidding, request body was properly formed. Root cause was the cookie wasn't been set in the header and firefox automatically adds it in without telling me which is why my browser requests wor...
-
jwineman commented,
Okay the issue was my request body was malformed. Sorry to waste your time :) I'm a little confused as to why CPanel didn't let it through but thats okay.
-
jwineman commented,
Hey, I'm not trying to hit a CPanel API, I'm trying to hit my own API. I have an "endpoint" that I made that lives at:
-
jwineman created a post,
Unable to make REST calls to my CPanel plugin
So I have this javascript: import fetch from 'isomorphic-fetch'; export default function proxyReqeust(method, url, body) { var headers = new Headers(); headers.append('host_key', '0c919912...