0

Is there a tool which enables me to prepare a custom HTTP request. I need to request ressources which are bound to custom HTTP methods on server side. I know about the fire fox plugin RESTClient which is pretty perfect, except that I can't set a custom HTTP method type like: FOO.

EDIT

I found out that the RESTClient plugin also provides the possibility to create custom HTTP methods. It's the same as with Fiddler. But however, Fiddler is a nice alternative.

My-Name-Is
  • 4,814
  • 10
  • 44
  • 84

2 Answers2

3

I would suggest something similar to fiddler

ars265
  • 1,949
  • 3
  • 21
  • 37
3

Postman supports custom HTTP methods...

postman example

Source: https://github.com/postmanlabs/postman-app-support/issues/166

Matěj Pokorný
  • 16,977
  • 5
  • 39
  • 48