Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

EncodeString() doesn't work for NamedQueryFilter methods #4

@tone711

Description

@tone711

private static string EncodeString( string criteriaFilterStr )

This function encodes the query string portion of the call to an Ethos endpoint. For query strings that begin with "?criteria=" it encodes everything after the equals (=) sign; for all other queries, the entire string is encoded.

Encoding the entire query string causes the call to return a 404 - "Resource owner not found for the requested resource" error.

A solution would be to encode all query strings after the equals (=) sign. If I find the time, I'll try to submit a working function.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions