search

Home  >  Q&A  >  body text

Objective-c - When making a post request, the server can detect that two non-empty fields are received, but an error is returned

When making a post request, the server can detect that it received two non-null fields, but returned an error classification: JAVA HTTP Status 500 - Request processing failed; nested exception is java.lang.NullPointerException type Exception report message Request processing failed; nested exception is java.lang.NullPointerException description The server encountered an internal error that prevented it from fulfilling this request. exception o

高洛峰高洛峰2809 days ago606

reply all(1)I'll reply

  • ringa_lee

    ringa_lee2017-05-02 09:29:51

    Null pointer, it means there is something wrong with your server-side writing. Test the server carefully and you should see an error when accepting empty fields.

    reply
    0
  • Cancelreply