12

For example: if i wanted to pass Content-Type as application/json in the url itself, how would I do that?

I do know about Postman, but have not used it much. I was wondering if I could just do what I need from chrome itself, without needing to use POSTMAN.

user2407334
  • 887
  • 1
  • 10
  • 15

1 Answers1

9

No, you can't. HTTP standard has no way to do that.

But you can run JS with ajax request with you headers from address bar via bookmarklets mechanism.

https://en.wikipedia.org/wiki/Bookmarklet

Possible to run Javascript from address bar (bookmarklet) within Google Chrome's settings panel?

Community
  • 1
  • 1
rootatdarkstar
  • 1,486
  • 2
  • 15
  • 26