CodeBradley / contact-form-7-rest-api

Contact Form 7 endpoints for the WP REST API v2
https://github.com/CodeBradley/contact-form-7-rest-api
GNU General Public License v3.0
10 stars 2 forks source link

Post always error "code": "rest_no_route" #4

Closed cahyofendhi closed 5 years ago

cahyofendhi commented 6 years ago

i have website and mobile, i want to post same data from mobile using api, but when i try using postman always

{ "code": "rest_no_route", "message": "Tidak ada rute yang sesuai dengan metode URL dan permintaan", "data": { "status": 404 } }

this is my endpoint

http://dummy.com/wp-json/wpcf7/v1/forms

(example)

can you help me, for this problem

alejandro-moreno-mvd commented 6 years ago

I've experimented this issue on the past and solved that with the permalink regeneration, hope that helps