SAP / openui5

OpenUI5 lets you build enterprise-ready web applications, responsive to all devices, running on almost any browser of your choice.
http://openui5.org
Apache License 2.0
2.96k stars 1.24k forks source link

UI Integration cards doesn't make HTTP POST requests #3770

Closed argent0 closed 1 year ago

argent0 commented 1 year ago

OpenUI5 version: 1.115

Browser/version (+device/version): Chromium Version 113.0.5672.126 (Official Build) (64-bit)

Any other tested browsers/devices(OK/FAIL): Firefox, same issue

URL (minimal example if possible):

https://gitlab.com/alucero4/com.blueboot.integration.card https://gitlab.com/alucero4/com.blueboot.integration.card/-/commit/3898809805813016b98a89a1f0dd929054c44619

User/password (if required and possible - do not post any confidential information here): NA

Steps to reproduce the problem:

  1. Deploy the project in BAS
  2. Display the preview
  3. Listen to the traffic (using beeceptor, for example) on the destination

What is the expected result?

The card makes a POST request to the destination

What happens instead?

The card does a GET request

Any other information? (attach screenshot if possible)

This configuration was written using the user interface to configure cards.

PetyaMarkovaBogdanova commented 1 year ago

Hello @argent0 , Thank you for sharing this finding. I've created an internal incident 2380058965. The status of the issue will be updated here in GitHub. Regards, Petya Markova. (UI5 Dispatcher)

dimovpetar commented 1 year ago

Hello @argent0 ,

The project no longer exists - "404 Page Not Found". Please provide as minimal example as possible, for instance only the manifest.json file of the card. Also ensure that the problem is caused by the Integration Cards, not SAP BAS, by running the same card in the Card Explorer app.

Best regards, Petar

argent0 commented 1 year ago

Hello, the problem was indeed created by BAS's card preview and not by the Integration Cards. Sorry for the report.