This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
$http get array params are sent incorrectly #3121
Closed
Description
If I make a request with:
params = {
actors: ['Elvis', 'Jane', 'Frances']
}
The query string should be:
?actors[]=Elvis&actors[]=Jane&actors[]=Frances
Instead, its being set as:
?actors=Elvis&actors=Jane&actors=Frances
Turns out: Hashes aren't sent correctly either #2091
Metadata
Metadata
Assignees
Labels
No labels