Posts by Rodrigo Aires • 1 point
1 post
-
-1
votes1
answer908
viewsA: How do I test POST requests in "Postman" in places that need to use session authentication?
Try this link Or, if you’re using token... copy the token from your code and add it to the header (header): Authorization: Bearer Token_string (key: "Authorization" value: "Bearer Token_string" )…