how to read response information without apigee

Not applicable

when i used instagram api i saw some information about response like this:

x-ratelimit-limit:
500
Content-Language:
en
Vary:
Cookie, Accept-Language
Date:
Wed, 20 Sep 2017 09:44:09 GMT
Content-Length:
123
Expires:
Sat, 01 Jan 2000 00:00:00 GMT
x-ratelimit-remaining:
451
Set-Cookie:
rur=FRC; Path=/
Set-Cookie:
csrftoken=tkRl6C6lLeGotpZuZcGmyEeI1JtVNX1B; expires=Wed, 19-Sep-2018 09:44:09 GMT; Max-Age=31449600; Path=/; Secure
Connection:
keep-alive
Content-Type:
application/json; charset=utf-8
Server:
Apigee Router
Pragma:
no-cache
Cache-Control:
private, no-cache, no-store, must-revalidate

the question is how to read this information without apigee?can i read them with my browser tools or someway else?

sorry if my question is too basic
Solved Solved
0 2 98
1 ACCEPTED SOLUTION

Not applicable

@Reza Ahmadi, Yeah, You can make request from and REST api client like postman.

View solution in original post

2 REPLIES 2

Not applicable

@Reza Ahmadi, Yeah, You can make request from and REST api client like postman.

so i need a tool for that,thanks i will try postman