Click here to Skip to main content
15,887,349 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I am working on new projects where our requirement is to get functionality using web api rest way.
Here is overview of how system will work.

Client makes first call to our system
System will check for active session if not it will redirect to login page
Once logged in it will get some information from user
The more information
Do some call to third party api
Do some business logic
Finally reply back to first call with some useful information to client so client can do their work on the basis of response.

Could you please suggest what would be the best way to implement it using rest webapi with JSON format so clients from various platform can use this flawlessly?

I appreciate some inputs.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900