Confusing text
Opened this issue · 1 comments
Type of issue
Other (describe below)
Feedback
If the search provider endpoint is using CORS, the Windows search client
will send out a HTTP OPTIONS request before each GET request.
This doesn't make sense-- the domain relationship between the search client and the target service is what determines whether CORS is in use-- it's not up to the service to decide. Either CORS is required, or it's not used.
Page URL
https://learn.microsoft.com/en-us/windows/apps/develop/search/search-providers
Content source URL
Author
Document Id
c6d5b252-f5c3-2500-1f7c-c3f201c8eff3
Hi, @ericlaw1979. You use the term "target service", which doesn't appear anywhere in this topic. So will readers know what that refers to? Does "target service" mean "search provider"?
If you could get me the exact text that should appear in this section then I can get that updated; or else feel free to create a PR on the private content repo here, and assign that to me.
Thanks!
-Steve