Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

11
  • What the problem? IsSuccessStatusCode is always false? If so what is in the response? Commented Aug 25, 2016 at 7:49
  • yes, 'IsSuccessStatusCode' is always false. and I have 404 in response. Commented Aug 25, 2016 at 7:50
  • @Saadi 404 - means NOT FOUND. So check your url first Commented Aug 25, 2016 at 7:53
  • URL seems ok for me. I have also added my url constants to my question. You can check it. It seems ok Commented Aug 25, 2016 at 7:54
  • @Saadi I'm not totally sure but as I can see you send your data via URL not as a form (using cURL). Did you try POST your request to the https://energydevdealswebservices20160719041846.azurewebsites.net/Deals/SetDealFlag?deadid=3&flagValueToSet=true url instead of sending data as a content to the https://energydevdealswebservices20160719041846.azurewebsites.net/Deals/SetDealFlag? Commented Aug 25, 2016 at 8:08