c# - Getting complete URL including malformed part -
i interfacing application third party application, third party application pass application @ 1 place '#' hash query variable separator '&' ampersand. c# removes malformed part of query string, i.e. '#' , part further right it. there way whole raw query string including malformed part, can parse myself.
there no provision available ask third party correct issue.
i have tried request.querystring
, request.rawquery
, request.url.query
none contain actual raw query malformed part. means raw query not actual raw query :( if me, grateful you.
thank you.
getting contents after hash in url isn't straightforward because intended client, not application running on server. how interaction between 2 applications happen, perhaps workaround can applied?
also, have seen this: how url hash (#) server side
Comments
Post a Comment