TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Umamaheswara Rao Dasari
NA
386
15k
Postman : POST parameters through body not QueryString
Mar 15 2017 7:01 AM
Hi ....
I have working on WCFRestful Services and testing these services through postman.
When i call service method using postman i am passing parameters with
QueryString
, like this :
http://localhost:12345/InvestUtiServices.svc/GetFoliosbyPAN?ApplicationID=invest&Password=Sfsdsk-JhifhR7t4/k=&AppVersion=5.0&DeviceDetails=10.172.5.99&Source=website&PAN=AADPJ3172F
But base on the client request we should not pass parameters through parameters, only through body from the POSTMAN.I have pass the params through body in Postman, then params are not passing we get only null values when hit the service.
http://localhost:12345/InvestUtiServices.svc/GetFoliosbyPAN
How can i pass parameters through body only in POSTMAN.
Attachment:
postman.rar
Reply
Answers (
3
)
Multiple File Upload
How to read the XML file in WPF?