Issue with POST to processBusinessCard Resource results in 450 / Parental Controls Error

If I post to:

"http://my_app_name:my_pass@cloud.ocrsdk.com/processBusinessCard?language=English&exportFormat=txt"

A PNG file of a PG-rated business card, each time (even if I do https) I get back a 450 as follows:

"450 Blocked By Windows Parental Controls (RestClient::BlockedByWindowsParentalControls)"

Something tells me the server is configured wrong in the cloud.

Was this article helpful?

0 out of 0 found this helpful

Comments

3 comments

  • Avatar
    Jason Goecke
    0
  • Avatar
    Jason Goecke

    If I change the exportformat to:

    &exportFormat=xml

    It seems to queue it. So, I can work around it, but somehow don't think my business card is R-rated.

    0
  • Avatar
    Dmitry Mesheryakov

    With processBusinessCard verb the permitted values for exportFormat parameters are vCard, csv and xml. txt is not among the permitted formats and this is what yields HTTP 450 code.

    HTTP 450 code is likely interpreted by RestClient as being parental control related. Our service only returns HTTP 450 code together with text saying that incorrect export format has been specified.

    The solution is not to use exportFormat=txt - that's not the supported value anyway.

    1

Please sign in to leave a comment.