Recent content by davidaichele

  1. davidaichele

    Question Has anyone successfully implemented reCAPTCHA within webspeed?

    Cecil... you are unbelievable! I wasn't expecting you to take a stab at coding it, but I am grateful that you did. We compared your implementation to ours and they are very similar. We noticed that you were using a different port in your call, and when we made that change we were able to get...
  2. davidaichele

    Question Has anyone successfully implemented reCAPTCHA within webspeed?

    Thanks Cecil for the ideas... we've tried content types of application/x-www-form-urlencoded, and we've tried content-length of 0 as well as the length of the string being submitted.  We tried the accept application/json as well and still only get the Error 411 response. Do you think it might...
  3. davidaichele

    Question Has anyone successfully implemented reCAPTCHA within webspeed?

    I am using Openedge10.1c Your assumption is correct. We have an existing webspeed page that is currently using the first version of Google's Captcha. This version will become obsolete at the end of March, and we have been working on wiring up reCAPTCHA 2, with no success. Our calls to...
  4. davidaichele

    Question Has anyone successfully implemented reCAPTCHA within webspeed?

    We are having issues implementing Google's reCAPTCHA within one of our webspeed pages. Does anyone have example code for the calls to Google's API?
  5. davidaichele

    Finding Non-alphanumeric Values

    Without the ability to leverage regular expressions in a SQL query within Progress... does anyone know how I can write a where clause that will identify non-alphanumeric values?
Top