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
In order to enable cross-origin requests (i.e. HTTP requests coming from browsers that are visiting other domains) to the ocaml.org GraphQL API, the server would need to
add CORS headers, and
respond to CORS preflight requests
However, before we do this, we must ensure that the performance of all GraphQL queries is adequate, so that this does not impact the regular service of the website negatively.
This discussion was converted from issue #1254 on June 07, 2023 09:37.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
In order to enable cross-origin requests (i.e. HTTP requests coming from browsers that are visiting other domains) to the ocaml.org GraphQL API, the server would need to
However, before we do this, we must ensure that the performance of all GraphQL queries is adequate, so that this does not impact the regular service of the website negatively.
Beta Was this translation helpful? Give feedback.
All reactions