#The GET method is not supported for route api/posts_v2. Supported methods: POST.

1 messages · Page 1 of 1 (latest)

scarlet raft
#

request

curl --location 'http://local.test/api/posts_v2' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer 2|7JlbCJtKtK0srFWNLCZpSNeNPTyG0VGm2Ym7JcfK' \
--data '{
    "test": "best"
}'
#

hmm ... has something to do with using http and https

#

that makes no sense ...

#

probably how it's redirectlying from http to https

warm flicker
#

you are using GET method

#

instead of POST