Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Example: How do I use with Flat Params? (i.e. single parameter to have multiple values) #221

Closed
Assignees
Labels
@rvaliouline

Description

With a request where there is a repeated parameter, necessary for specifying a value in between two values, only one of the two instances of the parameter gets sent. So a URI like:

"...line_items?filter=order.clientCreatedTime%3E1445006997000&filter=order.clientCreatedTime%3C1445611797000"

gets turned into

"...line_items?filter=order.clientCreatedTime%3C1445611797000"

The longer URI works fine in curl, but not here. Is this a bug or is there some other special way to specify the longer URI above?

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      AltStyle によって変換されたページ (->オリジナル) /