summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-02-09 23:51:10 +0100
committerChristian Grothoff <christian@grothoff.org>2024-02-09 23:51:10 +0100
commit935f9b571d2b47f10a552980feecee76ebcc3593 (patch)
tree4050ef938097810a709be48b6051ed0009b5ced5 /src/backend/taler-merchant-httpd.h
parent34c57d80369fac7168313ec1e68ecf74f2519fb9 (diff)
downloadmerchant-935f9b571d2b47f10a552980feecee76ebcc3593.tar.gz
merchant-935f9b571d2b47f10a552980feecee76ebcc3593.tar.bz2
merchant-935f9b571d2b47f10a552980feecee76ebcc3593.zip
fix redirection issue to preserve query parameters
Diffstat (limited to 'src/backend/taler-merchant-httpd.h')
-rw-r--r--src/backend/taler-merchant-httpd.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/backend/taler-merchant-httpd.h b/src/backend/taler-merchant-httpd.h
index 7ccf0575..1e5e955d 100644
--- a/src/backend/taler-merchant-httpd.h
+++ b/src/backend/taler-merchant-httpd.h
@@ -589,6 +589,11 @@ struct TMH_HandlerContext
const char *url;
/**
+ * Copy of our original full URL with query parameters.
+ */
+ char *full_url;
+
+ /**
* Client-provided authentication token for this
* request, can be NULL.
*