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=458432bb2cc89c16b94cf49120d92388b8e005a1;hpb=dfbffd165c0acd70375e1dee0c5ac79c911ed694 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);