In react when data is fetched from an endpoint , the endpoint is visible in chrome's devtools under network tab . How can I just hide it ? Does server side rendering solve this issue ?
Asked
Active
Viewed 657 times
0
-
1You can't hide it. You can however secure it with use of authorization headers if that is of benefit – charlietfl Oct 21 '20 at 06:05
1 Answers
0
It's not possible in react js the only way is to secure api routes with jwt and etc ...

Mehdi Faraji
- 2,574
- 8
- 28
- 76