Hi there,
I have a domain api.myproduct.com
and currently I expose oathkeeper proxy at this domain with port 4455 so my React SPA calls to api.myproduct.com:4455/resources
. Should I expose oathkeeper proxy at port 80 so I can call api.myproduct.com/resources
?
Thanks!