Hi, community i just want to use some front end ap...
# talk-keto
m
Hi, community i just want to use some front end application like react to send request to keto to create tuples, i know its not safe but for now my concern is to send request to keto and create and check tuples but every time i get the cors error.
s
are you building kind of a management UI?
you could use basically any API gateway/reverse proxy to add the required headers
m
we have a ui for training and predction, kratos has been integrated and working, now we just want that some user should be able to train the models and other not using ketos,
yeah now i am thinking the same to use node js server so that i can send request to node js which will eventually send the request to keto for creating and checking the tuples
s
yes that's what you should do, so then you can only forward the requests that should be allowed
m
Great Thank you!