Closed hdrury1 closed 5 years ago
Perhaps stating the obvious, but the redirect should be to:
https://elifesciences.org/submit
For staging
, in case they have one:
https://continuumtest--cdn-journal.elifesciences.org/submit
Summary of today's call from the technical point of view:
301 Permanent Redirect
to /cgi-bin/main.plex
with no Cache-Control
so switching that to go to /submit
may be problematic as people continue to see the old behavior cachedWaiting for access logs from EJP to compare the foot prints of users (ip and user agent) that click /submit
on elifesciences.org
with people that make an initial submission on EJP at:
https://submit.elifesciences.org/cgi-bin/main.plex?form_type=submit_ms_splash&...
SELECT COUNT(url), DATE(timestamp) FROM prod.journal WHERE timestamp >= "2019-01-01 00:00:00" AND url="/submit" GROUP BY DATE(timestamp)
gives from 100 to 300 clicks a day on /submit
.
It looks like this should be in In Progress
now?
Once I've had confirmation from Joel that this work is happening!
Closing off as obsolete. We were unable to implement a hard redirect, so are instead redirecting users from eJP's New Submission splash screen when they select to submit one of the 'Initial Submission' article types.
eJP should redirect route of
https://submit.elifesciences.org/
to our ELB in AWS which will handle the 90% / 10% filtering.