You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the http file for visual studio 2022 does not accept spaces. Lines like GET {{base_address}}products/?$filter=startswith(ProductName,'Ch') or (UnitPrice gt 50) must be written as GET {{base_address}}products/?$filter=startswith(ProductName,'Ch')%20or%20(UnitPrice%20gt%2050)
The text was updated successfully, but these errors were encountered:
the http file for visual studio 2022 does not accept spaces. Lines like
GET {{base_address}}products/?$filter=startswith(ProductName,'Ch') or (UnitPrice gt 50)
must be written asGET {{base_address}}products/?$filter=startswith(ProductName,'Ch')%20or%20(UnitPrice%20gt%2050)
The text was updated successfully, but these errors were encountered: