X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=webcit%2Fcontext_loop.c;fp=webcit%2Fcontext_loop.c;h=2a6fe162dd72331f10b86e0affc86884be104caa;hp=a04c711bf2b665420c09d9af4d9164e93722b07d;hb=a9e34f4f21db2a290905929e6221eb5aa79f0192;hpb=e82805b6522aa9d870e4fdf8c6bceee1b712aa1f diff --git a/webcit/context_loop.c b/webcit/context_loop.c index a04c711bf..2a6fe162d 100644 --- a/webcit/context_loop.c +++ b/webcit/context_loop.c @@ -344,7 +344,7 @@ int ReadHttpSubject(ParsedHttpHdrs *Hdr, StrBuf *Line, StrBuf *Buf) int return_value; StrBuf *NewLine = NewStrBuf(); Hdr->HR.DontNeedAuth = 1; - StrBufAppendPrintf(NewLine, "GET /landing?go=%s HTTP/1.0", ChrPtr(Buf)); + StrBufAppendPrintf(NewLine, "GET /landing?go=%s?failvisibly=1 HTTP/1.0", ChrPtr(Buf)); syslog(LOG_DEBUG, "Replacing with: %s", ChrPtr(NewLine)); return_value = ReadHttpSubject(Hdr, NewLine, Buf); FreeStrBuf(&NewLine);