Michael, Would we be able to skip the javascript interaction if we were able to skip the "login process" by requesting and authorizing an eBay authorization token (https://developer.ebay.com/api-docs/static/oauth-tokens.html)? Unforunately, it looks like the client library to request token only exists for C#, Java, and Python. Since esniper is written in C, maybe create a small separate program in one of those languages to request and store the token for esniper to use during the HTTP request headers...
Michael, Would we be able to skip the javascript interaction if we were able to skip the "login process" by requesting and authorizing an eBay authorization token (https://developer.ebay.com/api-docs/static/oauth-tokens.html)? Unforunately, it looks like the client library only exists for C#, Java, and Python. Since esniper is written in C, maybe create a small separate program in one of those languages to request and store the token for esniper to use during the HTTP request headers (https://de...
I'm not totally sure I understand the problem. If the" HTTP/1.1 405 Not Allowed" error is due to a javascript test. Thoughts about adding duktape (embeddable Javascript engine in C) to esniper to pass the javascript test? Other JS implementations in C (I think) from GitHub: JerryScript, Cesanta/v7, ShadowNode. Also jsish.org Or is eBay fingerprinting the HTTP responses and understands esniper is a snipping tool and so it's rejecting logins? If so, can we emulate reponses so that it looks like it's...
Install on DSM 5.x (Synology)