Request.QueryString and Request.Form are empty while Request.RawUrl is fine.
Hello,
we just finished our first Umbraco module based on your cool v6 api which works pretty fine. Now we are trying to roll it out to an azure website and are facing the following issue:
On a dev maschine everythings fine - on azure whenever our package get's called Request.QueryString and Request.Form are empty (Request.RawUrl is fine).
When the makro is called within umbraco (/umraco/marcoResultWrapper.aspx?...) everythings fine, too. Just every other call to the page ends up with empty values.
Within the template Request.QueryString & Request.Form are filled. Just the macro doesn't get it.
As I described before the properties Request.QueryString & Request.Form within a makro are empty. Afterwords I changed the template to an asp template:
Request.QueryString and Request.Form are empty while Request.RawUrl is fine.
Hello,
we just finished our first Umbraco module based on your cool v6 api which works pretty fine. Now we are trying to roll it out to an azure website and are facing the following issue:
On a dev maschine everythings fine - on azure whenever our package get's called Request.QueryString and Request.Form are empty (Request.RawUrl is fine).
When the makro is called within umbraco (/umraco/marcoResultWrapper.aspx?...) everythings fine, too. Just every other call to the page ends up with empty values.
Within the template Request.QueryString & Request.Form are filled. Just the macro doesn't get it.
I'm really getting mad with this issue.
Please help.
Kind regards
Jörg
Hello,
I just found a workaround - but I think it's a bug with razor.
First I used a razor template which looks like that:
As I described before the properties Request.QueryString & Request.Form within a makro are empty.
Afterwords I changed the template to an asp template:
This works. Now the paramters are available. So, how to make this work with a razor template, too?
Best Regards
Jörg
is working on a reply...