Skip to content

Restful api #15538

Answered by alanqchen
Sandeep06Dev asked this question in Help
Jul 27, 2020 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

The reason why the API request you send in getServerSideProps doesn't show in the network tab is because the request is made on the server, not on the client. Of course, the API request to login can only be made on the client side, so it will show up on the network tab. To keep the information secure, make sure that you are sending the requests using TLS/SSL in production.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@dhanushpani
Comment options

Answer selected by Sandeep06Dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
3 participants