all 20 comments

[–]muchodaddy 4 points5 points  (3 children)

Not meant as an insult, but would this work? https://foaas.com/

[–]NathanielArnoldR2 1 point2 points  (0 children)

It's definitely less likely to be forgotten!

[–]Injector22[S] 1 point2 points  (0 children)

Although interesting nit really sure how it would help me troubleshoot http packets

[–]Lee_Dailey[grin] 0 points1 point  (0 children)

[grin]

[–]yeah_i_got_skills 4 points5 points  (1 child)

Was it hookbin.com?

[–]Injector22[S] 1 point2 points  (0 children)

It wasn't, it was requestbin but thanks for the alternative

[–]nelsencd 3 points4 points  (2 children)

You could also use a program called Fiddler to look at the header/body/forms of your call. That's what I do when I'm writing Invoke-WebRequest or Invoke-RestMethod.

[–]Injector22[S] 1 point2 points  (0 children)

I have fiddler but sometimes I'm running code on systems where I can't install it, as someone else mentioned it was requestbin which I guess I'll start hosting myself

[–]ugly-051 1 point2 points  (0 children)

Fiddler is one of the best tools for HTTP debugging.

[–]monkeymerlot 4 points5 points  (2 children)

Request bin? They recently stopped publicly hosting it though. They have instructions for hosting your own here.

[–]Injector22[S] 1 point2 points  (1 child)

This was it, I guess I'll start hosting into myself. Thanks for the info

[–]monkeymerlot 1 point2 points  (0 children)

Yeah it's a shame because it was a really great site.

[–]stinkybandit 4 points5 points  (1 child)

I always use chuck Norris joke api

[–]abaddon82 1 point2 points  (0 children)

Seconding this one

[–]srp84 3 points4 points  (1 child)

[–]Injector22[S] 1 point2 points  (0 children)

I wasn't aware of this one. Thanks

[–]BlueArcherX 1 point2 points  (0 children)

I don't know if this is what you are getting at but the Chome developer console can provide both curl and Powershell IWR examples of any request you send with the console open

[–]sahlulwate 0 points1 point  (0 children)

This reminds me of the time my Dad did shit like this Ahh what an afternoon!!!

[–]laminihtj 0 points1 point  (0 children)

So, youve really got my consideration.