Link to home
Create AccountLog in
Avatar of LandyJ
LandyJFlag for United States of America

asked on

How do they do that...? WCF services POST & GET: same URL

I have set up a service that uses WebInvoke Method = POST and I have it working, tested with Fiddler and all looks well. I have noticed on some sites that I consume their services where I can test the URL I am POSTing in code by simply pasting it into a browser (with the assumed GET method) and viola! The response...

Just curious... How do they do that? I've tried a couple of ways, but either the compiler, IIS or my boss (for wasting time he says, "it's to help the users with their testing" I say...) gets really mad at me for trying.
ASKER CERTIFIED SOLUTION
Avatar of TheGreatCO
TheGreatCO

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Avatar of LandyJ

ASKER

I thought I had. Must have made another mistake that i didn't realize at that time.

Thanks.