IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Postman with free trial webmethods.io API Gateway

    Posted Wed January 03, 2024 11:54 AM

    Product/components used and version/fix level:

    Free trial API Gateway

    Detailed explanation of the problem:

    I tried to call un API from postman with the get method on my laptop

    Error messages / full error message screenshot / log file:

    On th post man application i have this return

    400 Bad Request

    400 Bad Request


    nginx

    If i tried in firefox i have this one :
    API Gateway encountered an error. Error Message: Transport protocol not supported… Request Details: Service - ServiceTest, Operation - /methodTest, Invocation Time:3:30:36 PM, Date:Jan 3, 2024, Client IP - XXXXXX, User - Default and Application:null

    Is it possible to call API in free trail API GATEWAY from post man ?


    #API
    #webMethods
    #API-Management
    #API-Gateway


  • 2.  RE: Postman with free trial webmethods.io API Gateway

    Posted Wed January 03, 2024 12:22 PM

    This is the part of the error to focus upon. Confirm the API configuration in API GW.

    Side note: Be aware that Postman stores ALL of your collections and settings on Postman servers. If (when) Postman servers are breached, your sensitive info may be compromised. Just be aware. (This is why I stopped using Postman and moved to another tool.)


    #webMethods
    #API-Management
    #API-Gateway
    #API


  • 3.  RE: Postman with free trial webmethods.io API Gateway

    Posted Wed January 03, 2024 11:36 PM

    This is due to the unsupported transport. Go to API Details page → Policies → Transport → Enable Http/Https and select both. See if this helps.


    #webMethods
    #API-Management
    #API
    #API-Gateway


  • 4.  RE: Postman with free trial webmethods.io API Gateway

    Posted Thu January 04, 2024 04:17 AM

    thanks, I was using https on firefox and had only http enabled on the API.

    In Firefox it works, so why with postman on my PC does it not work?


    #API-Management
    #API-Gateway
    #API
    #webMethods


  • 5.  RE: Postman with free trial webmethods.io API Gateway

    Posted Thu January 04, 2024 09:27 AM

    @Praveen_Kumar_Vaidyanathan1 I was attempting to “teach a person to fish” rather than “give a person a fish” :slight_smile:

    @Clement Browsers can automatically try the “other” scheme if one doesn’t work. Postman does not.


    #API-Gateway
    #API
    #API-Management
    #webMethods


  • 6.  RE: Postman with free trial webmethods.io API Gateway

    Posted Thu January 11, 2024 09:24 PM

    i’m using API Gateway trial (webmethods.io)

    it’s fine and success

    i’m using Basic Auth or OAuth , this is my sampling capture

    image

    please check your configuration and API Gateway Settings

    thanks


    #webMethods
    #API
    #API-Gateway
    #API-Management


  • 7.  RE: Postman with free trial webmethods.io API Gateway

    Posted Tue January 16, 2024 11:17 AM

    Now with the APIKey that work s with postman on my computer and from the postman website


    #webMethods
    #API-Management
    #API
    #API-Gateway