Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

NodeBB

astro-what@community.nodebb.orgA

astro-what@community.nodebb.org

@astro-what@community.nodebb.org
Unfollow Follow
About
Posts
6
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

View Original

Posts

Recent Best Controversial

  • test message with link out to another nodebb
    astro-what@community.nodebb.orgA astro-what@community.nodebb.org

    @baris said in test message with link out to another nodebb:
    > Those are likely CORS issues, this is from the network tab of chrome when trying to load images from ideologycentral.

    The weird thing is, both use the same vhost definition of the NodeBB sites. They are just set to use different ports.

    General Discussion

  • test message with link out to another nodebb
    astro-what@community.nodebb.orgA astro-what@community.nodebb.org

    Should be open now in the nginx vhost config.
    Added

    if ($request_method = OPTIONS ) {
                add_header 'Access-Control-Allow-Origin'  '*';
                add_header 'Access-Control-Allow-Methods' 'GET, POST, OPTIONS, HEAD';
                add_header 'Access-Control-Allow-Headers' 'Authorization, Origin, X-Requested-With, Content-Type, Accept';
    
                return 200;
            }
    
            if ($request_method ~* '(GET|POST)') {
                add_header 'Access-Control-Allow-Origin' '*';
            }
    

    Let's see.

    https://ideologycentral.com

    General Discussion

  • test message with link out to another nodebb
    astro-what@community.nodebb.orgA astro-what@community.nodebb.org

    Yeah, there are some issues. But even XF has issues with unfurling at times.

    General Discussion

  • test message with link out to another nodebb
    astro-what@community.nodebb.orgA astro-what@community.nodebb.org

    Let's see about now. Had a CF rule to have both those images not be cached in CF, which should send it direct to the server. Seems that a 403 is being returned.

    https://ideologycentral.com

    Now will do one to my astrophotography site (XF) that I know works.

    https://astrowhat.com

    General Discussion

  • test message with link out to another nodebb
    astro-what@community.nodebb.orgA astro-what@community.nodebb.org

    What is weird is that the first one is on the same server as the second one, and the OG image is available.
    https://ideologycentral.com/assets/uploads/system/og-image.jpg
    As is the favicon.
    https://ideologycentral.com/assets/uploads/system/favicon.ico

    It may be something in my vhost definition I need to look at or possible CF cache.

    General Discussion

  • test message with link out to another nodebb
    astro-what@community.nodebb.orgA astro-what@community.nodebb.org

    Are you testing unfurling?

    https://xenforohelp.com

    https://ideologycentral.com

    General Discussion
  • Login

  • Don't have an account? Register

  • Login or register to search.
Powered by NodeBB Contributors
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups