Replies: 3 comments 3 replies
-
if i use Html5 native submit form data this attribute can accept formdata, if use ajax it is faild |
Beta Was this translation helpful? Give feedback.
-
No images of code. Start by answering some basic questions see https://github.com/cefsharp/CefSharp/wiki/Questions-&-Support#when-asking-a-question-please-include-the-following
How did you register your scheme exactly? |
Beta Was this translation helpful? Give feedback.
-
https://bitbucket.org/chromiumembedded/cef/wiki/GeneralUsage.md#markdown-header-request-handling
I initially tried using a custom scheme in my application too but found lots of issues. It is much easier for you if you use the http scheme and register your own domain. First you could try this with your custom scheme to see if it makes it behave more like http:
But if this doesn't work, I would recommend you use |
Beta Was this translation helpful? Give feedback.
-
request:
"xbro" is my Custom Scheme,
in IResourceHandler.open IRequest parameter,this parameter POSTData attribute is null
Beta Was this translation helpful? Give feedback.
All reactions