Wednesday, 30 August 2017

IBM Datapower - Oauth impementation

"{ "error":"invalid_request", "error_description":"Cannot determine the request type" }"

Related Posts:

  • Issue in Running Mongodb in windows PS C:\mongodb\Server\3.2\bin> mongod 16:09.996+0000 I CONTROL  [initandlisten] MongoDB starting : pid=3244 port=27017 dbpath=C:\data\db\ 64-bit  host=WIN-GV01B0P34FK I CONTROL  [initandlisten] targetMi… Read More
  • Format of NPM Package NPM package is a directory structure with package.json file.  Package.json file basic flow as follows { name: "nameOfPackage", version:"1.1", main: :mainModuleName", Node Modules[46] modules: { "mod1" : "lib/mod1", "… Read More
  • Debugging node.js ndb  -  Command line debugger. Eclipse debugger plugin for V8. Node inspector is a graphical debugging tool for node.js. To install node inspector module $ npm install node-inspector -g To enable debug mod… Read More
  • MongoDB Installation for MS-Windows This page explains the installation procedure of MongoDB for MS-Windows environment. MongoDB Installation This will setup MongoDB as a service on windows, so that the database will start automatically foll… Read More
  • Cookies Node.js HTTP is a stateless protocol and webserver dont know , request comes from which server. So cookies will store the some id like  transaction id . Then … Read More

0 comments:

Post a Comment