Open o-l-a-v opened 8 months ago
To reduce load on PSGallery and increase speed I'd like to use $select to only request the properties I need.
$select
This works for properties like Id, Version and Authors. But not for Owners for some reason.
URL with all properties:
URL with Id and Version (works):
URL with Id, Version and Owners (does not work):
All properties should be possible to $select
$select=Owners does not work
No response
Not relevant: API.
Suddenly today the API does not allow to $select any property. This fails with error "This request is blocked by a Web Application Firewall rule.":
Removing $select succeeds:
Edit: Works again now.
Prerequisites
Steps to reproduce
To reduce load on PSGallery and increase speed I'd like to use
$select
to only request the properties I need.This works for properties like Id, Version and Authors. But not for Owners for some reason.
URL with all properties:
URL with Id and Version (works):
URL with Id, Version and Owners (does not work):
Expected behavior
Actual behavior
Error details
No response
Environment data
Version
Not relevant: API.
Visuals
No response