TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
vivek verma
1.7k
58
10.9k
Request Entity Too large 413 error
Apr 13 2018 12:00 AM
Hi,
Unable to send upload data to rest WCF service ...got an error
"Request Entity Too large 413 error"
web config...details
<binding name="webHttpBinding_IMedimizerAPIExportImport" maxBufferSize="2147483647" maxReceivedMessageSize="2147483647" receiveTimeout="00:40:00" openTimeout="00:40:00" closeTimeout="00:40:00" sendTimeout="00:40:00">
<readerQuotas maxDepth="214748364" maxStringContentLength="2147483647" maxArrayLength="2147483647" maxBytesPerRead="2147483647" maxNameTableCharCount="2147483647" />
<security mode="None" />
</binding>
and client side calling
as below string sResult = webClient.UploadString("http://localhost:98/MedimizerAPIExportImport.svc/ReadWorkorderfromSerial/1/1d8435b839614e4b", "POST", data);
also, update ISS request filtering and uploadReadAheadSize.
Please suggest...?
Reply
Answers (
1
)
Create API for Get Attachment using token,id in C#
Calling local WFC service from ASP.net AJAX