Sylvain Schellenberger
Forum Replies Created
-
Forum: Localhost Installs
In reply to: E2E Tests – Hello World fails : TimeoutThank you for your answer @tylerthedude , I’m a bit confused though:
The timeout needs to be shorter than the default timeout, which is 5000.
You say “shorter” although your example displays a longer duration (30000 > 5000). Also, the default doesn’t seem to be 5000 but 100000 for me, as the
PUPPETEER_TIMEOUTdoesn’t seem to be defined and the value taken is the one hardcoded inconfig/bootstrap.js.Forum: Fixing WordPress
In reply to: Allow external site to view WordPress URL as referral URLHello,
you’d better ask Spring directly, as a “referer URL” is something that web browser automatically send with HTTP request.
If you want to inspect it on your side, open your web browser, open the settings/menu, then search for “development tools” or “more tools”, click on the “network” tab then click your link that directs towards Springer’s website. Several requests should appear in the tab you’ve just opened, select the one that has a “type” of “html” then verify in its headers for the “referer” parameter. It should contain the URL that Springer will get when people arrive on their site from yours… See the picture here.
Hello Chetan,
I don’t really understand what you are trying to do with your users’ IP adresses, could you provide more explanation about your goal here?
Also, it could help if you list the plugins you tried.
Regards,