- 
                Notifications
    You must be signed in to change notification settings 
- Fork 1.4k
Description
Type of Connector
Independent Publisher Connector
Name of Connector
Star Wars
Describe the bug
It looks like the star wars flow connector uses Page(uppercase P) as a query parameter but, API expects it to be lowercase page and urls are case sensitive
For Example:
PowerPlatformConnectors/independent-publisher-connectors/Star Wars/apiDefinition.swagger.json
Line 272 in 1add4c2
| "name": "Page", | 
This would be for all the parameters that accept page, People, Species, Planets, and Films
Is this a security bug?
No, this is not a security bug
What is the severity of this bug?
Severity 3 - Minor issue
To Reproduce
Create flow that grabs page 1 and page 2 of the any of the "Get All" endpoints(People, Species, Planets, or Films)
Both results are identical, it is not changing the page
You can see it in the "next page" url, it has both cases in the url(the Uppercase
https://swapi.dev/api/people/?Page=5&page=1
Expected behavior
Use lowercase page, this is the only one supported by the endpoint
Environment summary
Production Power Automate workspace
Additional context
None