I am trying to integrate Contact Form 7 from frontity
with my WordPress site. When I try to submit form I am getting this error:
Within an Error Response:
I think the issue is in request URL (endpoint) because I am getting double slash in the URL:
https://staging.moosaconsulting.com/MC-ACF/wp-json//contact-form-7/v1/contact-forms/36/feedback
See here with reference to above Hyperlink:
/wp-json//contact-form-7/
I am having two slashes afterwp-json
. I have tried by editing myhtaccess
file with this line: (but its still giving me the same error)
RewriteCond %{REQUEST_URI} !^/wp-json
Q#1: Can you please suggest solution how can I correct it?
I have tested it using POSTMAN and its working there if i remove the second slash:(please see screen shot, thanks)