× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Thank you for the response.

I can't make it work.  I am wondering if it has to do with there being an HTTP server and attached to it, a web services server.  I edited the HTTP server as you suggested but still get the CORS fail.  The config file for the web services server looks very different; wnough different so that I didn't dare change a thing there.

On 12/5/2018 1:52 PM, Greg Alston via WEB400 wrote:
If you are running APACHE 2.4,(V7r2 +) in the <Location/> section of your HTTP server configuration file after "Require all granted" add the following lines (you'll need to restart the server)..
Header Set Access-Control-Allow-Origin *
Header Set Access-Control-Allow-Headers "Content-Type"

If you are running prior APACHE releases (V7r1 -) in the <Location/> section of your HTTP server after "allow from all" add the following lines (you'll need to restart the server)..
Header Always Set Access-Control-Allow-Origin *Header Always Set Access-Control-Allow-Headers "Content-Type"

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.