wp-net / WordPressPCL

This is a portable library for consuimg the WordPress REST-API in (almost) any C# application
MIT License
338 stars 129 forks source link

RequestJWToken raise exception asking for solving CAPTCHA #187

Closed maurodx closed 4 years ago

maurodx commented 4 years ago

I'm calling the method with correct credential but it replies with a localized message that require to solve CAPTCHA.

ThomasPe commented 4 years ago

well a CAPTCHA should not be blocking API requests in the first place as APIs are supposed to be called by machines and not humans directly, so this isn't really an issue with this library.