If you are switching to an CDN (e.g. Google, Cloudflare) there are some issues to resolve:
- Search is not working::
Searching will give always error 414 /The requestet URL is too large)
That's really bad and there isn't much we can do. The reason why it's so long: it includes a parameter for every board you want to search.
How to solve:
CDN only serving alias "www". So if you just enable cookies for subdomains and redirect the search to perform on the bare domain it could be possible to bypass the CDN.
or
Use Custom Google search
or or
Re-writing search from scratch...... :^^;:
Login Issues:Everytime you want to post you will always get:You're session has expired...It's because of your and all your users IP is always the IP of the CDN.Also there's a major problem with banning, if all your users are from the same IP-Range :)Does Wedge support HTTP_X_FORWARDED_FOR?But this could lead to some serious security issues:modifying the http header and adding an untrue x-forwarded-for header... :whistle:
Solved- Attachments not showing up
It looks like those resources are being served out of the reference domain
with a "Content-Encoding: none" header. This causes some problems with decoding the response (confirmed by Google).
But this can be easily fixed. Posting of attachments is impossible:You'll always get:session timed out.
Solved with issue #2




