Open abdymm opened 8 years ago
i try to user DELETE METHOD in volley, but is not compatible when i user POSTMAN, i always get else error . why ? are volley support DELETE METHOD ?
Volley doesn't support parameters with DELETE. I don't know why exactly, it seems to be a design decision.
Delete is worked, but the body must empty and paramater place in url thankyou @rayanmestiri
i try to user DELETE METHOD in volley, but is not compatible when i user POSTMAN, i always get else error . why ? are volley support DELETE METHOD ?