Saltar al contenido

Julio Pari (IT Architect IBM)

Si te ha interesado este artículo y deseas un apoyo o asesoría en algún requerimiento, envíame un mensaje a: (info@juliopari.com) o sino a través de Linkedin: https://www.linkedin.com/in/juliopari/

IBM DataPower – MPG – GatewayScript – Invoke Backend REST – routing-url http status code

Code GatewayScript var urlopen = require (‘urlopen’); var hm = require(‘header-metadata’); var sm = require (‘service-metadata’); var url_target = sm.getVar(‘var://service/routing-url’); // define the urlopen options… Leer más »IBM DataPower – MPG – GatewayScript – Invoke Backend REST – routing-url http status code

Google OAuth2 Flow Implicit – access_token

Postman Paso 1: URL, ir a un navegador y colocar https://accounts.google.com/o/oauth2/auth?client_id=233907585948-b8s82jco1hfvfp9gpdnekim0slfrj390.apps.googleusercontent.com&response_type=token&redirect_uri=https://google.arquitecturaibm.com/implicit.html&scope=https://www.googleapis.com/auth/drive Paso 2: Va a redireccionar a una URL y entregará el access_token Paso 3:… Leer más »Google OAuth2 Flow Implicit – access_token