[removed][removed] = “humans_21909=1”; [removed].reload(true)[removed]

前端 未结 5 935
天涯浪人
天涯浪人 2021-01-11 09:58

web API build with wordpress is showing error of


5条回答
  •  爱一瞬间的悲伤
    2021-01-11 10:08

    At times this error occurs when you name you folder or files a reserved or blocked name.

    In my case I named a folder contact, turns out the name was blocked from being used as folder names.

    When testing my script on postman, I was getting this error:

    
    

    I changed the folder name from contact to contacts and it worked. The error was gone.

提交回复
热议问题