Skip to main content
April 24, 2025
Question

Web API On Premise

  • April 24, 2025
  • 4 replies
  • 0 views

Hi! We had to migrate from Appian on cloud to on premise. Is it normal to successfully connect when using a Web API with a get (hello world) but not when using a post (upload a document)? On this case I've got a 403 - Forbidden error. 

    4 replies

    mathieud0001
    April 24, 2025

    No - not normal.

    I would guess it's a permission issue. Are you sure the service account was put in the right groups?

    April 24, 2025

    Yes, actually I duplicated what I did with the get method to be sure about that. I understand that it might happend for firewall issues or other permissions, but if that were the case, both the get and post methods should have fail.

    stefanhelzle0001
    April 24, 2025

    That makes totally sense as in Appian, a GET and a POST are two different web API objects which can differ in permissions.