• Hi There -When I do an options query through postman i get this –

    
    {
      "namespace": "wp/v2",
      "methods": [
        "GET",
        "POST",
        "GET",
        "POST"
      ],
      "endpoints": [
        {
          "methods": [
            "GET"
          ],
    

    Why do I get twice get post and not put and delete?
    Any idea how to fix that?
    I have a custom post type as well with the rest base callse – “projects-api”.

    Thanks!!!!
    Guy

Viewing 1 replies (of 1 total)
  • Thread Starter oneguy

    (@oneguy)

    Also ,strangely enough – I get this in the header –

    Access-Control-Allow-Methods →POST, GET, OPTIONS, PUT, DELETE

    The bottom line – I cannot delte any custom post type I created – i GET 403 ERROR…

Viewing 1 replies (of 1 total)
  • The topic ‘Support delete methods’ is closed to new replies.