Skip to content

[Feat]: Handle spaces in REST query URLs #1929

@lanedsmu

Description

@lanedsmu

Many APIs require URLs with spaces in them, like the Microsoft graph API:
https://graph.microsoft.com/v1.0/devices?$filter=displayName eq 'computername'

Lowcoder doesn't allow these spaces, if they aren't URLencoded:
Image

Encoding those spaces works nicely:
https://graph.microsoft.com/v1.0/devices?$filter=displayName%20eq%20'computername'

but this reduces the readability of the URL in the UI, and it requires an extra step that isn't required in development tools like cURL, Postman, or regular web browsers.

Suggestion: urlencode spaces transparently within Lowcoder, rather than requiring the user to do so explicitly.

Metadata

Metadata

Assignees

Labels

Javascript FrontendPull requests that update Javascript code

Projects

Status

🆕 New

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    pFad - Phonifier reborn

    Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

    Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


    Alternative Proxies:

    Alternative Proxy

    pFad Proxy

    pFad v3 Proxy

    pFad v4 Proxy