Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chapter 8 Online section Spaces in http file cause error. #8

Closed
Pip1987 opened this issue Feb 16, 2024 · 1 comment
Closed

Chapter 8 Online section Spaces in http file cause error. #8

Pip1987 opened this issue Feb 16, 2024 · 1 comment

Comments

@Pip1987
Copy link

Pip1987 commented Feb 16, 2024

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)

@Pip1987
Copy link
Author

Pip1987 commented Feb 16, 2024

Believe this is a visual studio issue, as reading through https://learn.microsoft.com/en-us/aspnet/core/test/http-files?view=aspnetcore-8.0#unsupported-syntax.

@Pip1987 Pip1987 closed this as completed Feb 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant