jplew
Categories
- 326 All Categories
- 3 Language datasets
- 9 News and updates
- 18 API endpoints
- 15 Review my code
- 6 Tutorials and presentations
- 92 Frequently asked questions
- 5 How to get useful technical help
- 2 Member guidelines
- 12 Suggest an improvement
- 58 Report a bug
- 10 Ask the Community: Other
- 56 Ask the Community: Technical and operational questions
- 62 General
-
Re: Problem with GET request
if you're still interested in using the API from the client-side, there are some workarounds. Like for example configuring a proxy server to forward your requests on behalf of your client. Not sure w… (View Post) -
Re: Error message no-access-control-allow-origin (or I can’t get my client-side request to work)
With vanilla Javascript this is not possible, but it is possible in case you are using a front-end JS library like Angular or Ionic. In Angular, client-side HTTP requests to the Oxford API will give … (View Post)