Response 403

Hi when i use postman i get a proper response, however when i do the same in Unreal engine editor where i am testing it, it gives me
Response (403):
JSON(
{“data”:null,“error”:{“status”:403,“name”:“ForbiddenError”,“message”:“Forbidden”,“details”:{}}}
)JSON

Do i need to change the cross to accept more , this is what i have added.
{
name: ‘strapi::cors’,
config: {
headers: ‘*’,
origin: [‘http://localhost:1337’, ‘http://localhost:3000’, ‘http://localhost’, ‘http://20.77.105.215’],
methods: [‘GET’, ‘POST’, ‘PUT’],
keepHeaderOnError: true,
}
},

does it need to be https also will it work if i compile the application as a VR app. or do i need HTTPs?

This topic has been created from a Discord post (1235717874593697802) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord

hi i am using strapi version 4.13.7

You need to add public permission in the user and permissions plugin for this specific endpoint