HTTP/1.0 302 Found Cache-Control: no-cache
what is the possible cause of this message. When i submit the form it shows this message after submission it disappears.
HTTP/1.0 302 Found Cache-Control: no-cache, private Date: Mon, 05 Apr 2021 06:24:14 GMT Location: http://127.0.0.1:8000/en/jobs/crowe-asatryans-llc-is-looking-for-an-audit-assistant-to-join-its-team Redirecting to http://127.0.0.1:8000/en/jobs/crowe-asatryans-llc-is-looking-for-an-audit-assistant-to-join-its-team. ?view=classic
Solved. If you noticed it is redirecting to the URL but a string concatenation at the end is making this problem.
I removed the "." at the end.
Redirecting to http://127.0.0.1:8000/en/jobs/crowe-asatryans-llc-is-looking-for-an-audit-assistant-to-join-its-team. ?view=classic
Please or to participate in this conversation.