Score:0

Unable to access specific rest apis due to azure error

cn flag

My application using spring rest and deployed in Azure server. Created rest apis using spring rest.

Am able to access all rest urls, except in one scenario.

for eg: http://mydomain123.com/api/abc , http://mydomain123.com/api/xyz/abc

Am able to access above urls

http://mydomain123.com/api/bin , http://mydomain123.com/api/xyz/bin , http://mydomain123.com/api/bin/dfdff

But above urls having bin word with which am getting below error:

The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.

I am trying as below,but not working at all:

<configuration>
<system.webServer>
    <rewrite>
      <rules>
        <rule name="Main Rule" stopProcessing="true">
                <match url=".*" />
                
            </rule>
        </rules>
    </rewrite>
</system.webServer>
</configuration>

Please someone help me out to fix above issue (I should be able to access rest apis even having word "bin" in it)

cn flag
any solution for above issue?
cn flag
no one knows above ?
cn flag
am waiting for some response.
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.