Bobby Krupczak

Results 5 comments of Bobby Krupczak

cmake clean actually cleans too much and nodejs programs can't operate. So, through trial and error, I figured out that under opencv-build/opencv/build, delete everything but lib and lib64 and my...

Thank you! I'll give them a whirl.

I ended up resolving the issue by having my code set the cookies based on the reply from the login API. That is, once login succeeds, subsequent API calls need...

Hi! Yes, in my code, after I post the login url, I take the returned values and grab the response.headers['set-cookie'] value and put that in my subsequent queries. client.post(loginURL,loginArgs,function(data,response) {...