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
Requests to logger.ala.org.au/service/logger/reasons using JSONP are not using caching, so they are prone to breaking when logger.ala.org.au is struggling. The fix is to rely on CORS and change JSONP requests that currently look like:
Requests to logger.ala.org.au/service/logger/reasons using JSONP are not using caching, so they are prone to breaking when
logger.ala.org.au
is struggling. The fix is to rely on CORS and change JSONP requests that currently look like:to simple JSON requests like:
which is cached and is not as prone to disturbance when logger.ala.org.au is struggling.
The text was updated successfully, but these errors were encountered: